slitaz-forge view mirror/Makefile @ rev 697

mirror: remove Swiss academia mirror
See: http://forum.slitaz.org/topic/who-is-responsible-for-the-mirror-list-on-httpslitazorgenget
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 08 23:27:48 2018 +0300 (2018-10-08)
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