slitaz-forge view mirror/Makefile @ rev 714

Virtual machines have moved
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 01 10:43:39 2021 +0000 (2021-02-01)
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