slitaz-forge view mirror/Makefile @ rev 147

mirro: Update Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 15:38:11 2012 +0100 (2012-03-17)
parents 2d34850550df
children 2331f8f061c8
line source
1 # Makefile for SliTaz mirror.
2 # Check the README for more information.
3 #
5 PREFIX?=/usr
7 all:
9 install:
10 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
11 install -m 0644 files/etc/rsyncd.* /etc
13 uninstall:
14 rm -f /etc/lighttpd/vhosts.conf
15 rm -f /etc/rsyncd.*