slitaz-forge view mirror/Makefile @ rev 712

Prevent sending the Referer header
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 08:44:15 2020 +0000 (2020-08-20)
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