slitaz-forge diff mirror/Makefile @ rev 715

Virtual machines have moved (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 01 10:57:24 2021 +0000 (2021-02-01)
parents b75243fc6b88
children
line diff
     1.1 --- a/mirror/Makefile	Tue Mar 20 14:51:00 2012 +0100
     1.2 +++ b/mirror/Makefile	Mon Feb 01 10:57:24 2021 +0000
     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