[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/usr/bin/make -f 2 # Makefile for se3_clamav 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 www/* $(DESTDIR)/var/www/se3/clamav 10 cp -R menu/* $(DESTDIR)/var/www/se3/includes/menu.d/ 11 cp -R install-scripts/* $(DESTDIR)/var/cache/se3_install/se3-clamav/ 12 cp -R sbin/* $(DESTDIR)/usr/sbin 13 14 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 |