[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/usr/bin/make -f 2 # Makefile for se3_clonage 3 4 all: 5 6 install: 7 # Add here commands to install the package into debian/slis-core. 8 # Install des fichiers de configuration et de cron. 9 cp -R tftpboot $(DESTDIR)/ 10 cp -R scripts/* $(DESTDIR)/usr/share/se3/scripts/ 11 cp -R sbin/* $(DESTDIR)/usr/share/se3/sbin/ 12 cp -R www/* $(DESTDIR)/var/www/se3/ 13 cp conf/se3_action_tftp_cron $(DESTDIR)/etc/cron.d/ 14 #cp conf/pxelinux.0 $(DESTDIR)/usr/lib/syslinux/ 15 cp -R doc_post_clonage $(DESTDIR)/var/se3/Progs/install 16 cp -R paquet_post-clonage $(DESTDIR)/var/se3/Progs/install 17 cp -R quitte_se3 $(DESTDIR)/var/se3/Progs/install 18 clean:
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |