slitaz-forge view mirror/Makefile @ rev 150

mirror: add mf.slitaz.org and minor change to pro
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 10:16:26 2012 +0100 (2012-03-20)
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.*