slitaz-forge view mirror/Makefile @ rev 708

s/pizza.slitaz.me/mypizza.slitaz.org/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 14 17:16:32 2019 +0100 (2019-12-14)
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