[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/usr/bin/make -f 2 # Makefile for se3-wpkg 3 4 all: 5 6 install: 7 # Add here commands to install the package into debian/Se3. 8 cp -R wpkg/* $(DESTDIR)/var/se3/unattended/install/wpkg/ 9 # Fichiers de l'interface web de wpkg 10 cp -R www/* $(DESTDIR)/var/www/se3/wpkg/ 11 # Ajout de l'entree dans le menu (redondant avec 'Installation d'applications') 12 cp menu.d_temp/98wpkg.inc $(DESTDIR)/var/www/se3/includes/menu.d/ 13 cp install-scripts/* $(DESTDIR)/var/cache/se3_install/ 14 cp -R scripts/* $(DESTDIR)/usr/share/se3/scripts/ 15 # tools GPL 16 cp -R tools/* $(DESTDIR)/var/se3/unattended/install/wpkg/tools/ 17 # verif_wpkg 18 [ -d $(DESTDIR)/var/se3/Progs/install ] || mkdir -p $(DESTDIR)/var/se3/Progs/install 19 cp -R verif_wpkg/verif_wpkg.exe $(DESTDIR)/var/se3/Progs/install/ 20 # Ajout de l'entree dans la crontab 21 cp crontab/se3-wpkg $(DESTDIR)/etc/cron.d/ 22 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 |