slitaz-forge view mirror/Makefile @ rev 135

Add mirror.slitaz.org vhost.conf Makefile and README
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 05:42:05 2012 +0100 (2012-03-15)
parents
children ed51f5eb8dcc
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
12 uninstall:
13 rm -f /etc/lighttpd/vhosts.conf