slitaz-forge diff mirror/Makefile @ rev 674

Fix path in pangolin admin tool (I will do it!!!)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 19:34:10 2017 +0100 (2017-03-16)
parents b75243fc6b88
children
line diff
     1.1 --- a/mirror/Makefile	Tue Mar 20 14:51:00 2012 +0100
     1.2 +++ b/mirror/Makefile	Thu Mar 16 19:34:10 2017 +0100
     1.3 @@ -13,12 +13,9 @@
     1.4  install:
     1.5  	install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
     1.6  	install -m 0644 files/etc/rsyncd.* /etc
     1.7 -	install -m 0644 info/*.php $(VHOSTS)/mirror-info
     1.8 -	install -m 0644 info/bin/* $(VHOSTS)/mirror-info/bin
     1.9 -
    1.10 -install-tiny:
    1.11 -	cp -a $(REPOS)/slitaz-pizza/php/tiny/* $(TINY)
    1.12 +	install -m 0755 mirror $(PREFIX)/bin 
    1.13  
    1.14  uninstall:
    1.15  	rm -f /etc/lighttpd/vhosts.conf
    1.16  	rm -f /etc/rsyncd.*
    1.17 +	rm -f $(PREFIX)/bin/mirror