slitaz-forge view 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 source
1 # Makefile for SliTaz mirror.
2 # Check the README for more information.
3 #
5 PREFIX?=/usr
6 VHOSTS?=/var/www
8 TINY=$(VHOSTS)/pizza/tiny
9 REPOS=/home/slitaz/repos
11 all:
13 install:
14 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
15 install -m 0644 files/etc/rsyncd.* /etc
16 install -m 0755 mirror $(PREFIX)/bin
18 uninstall:
19 rm -f /etc/lighttpd/vhosts.conf
20 rm -f /etc/rsyncd.*
21 rm -f $(PREFIX)/bin/mirror