slitaz-forge diff tank/Makefile @ rev 29

rake: remove log
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 02 21:25:07 2011 +0100 (2011-03-02)
parents
children f80f311578f7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tank/Makefile	Wed Mar 02 21:25:07 2011 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# Makefile for Tank tools.
     1.5 +# Check the README for more information.
     1.6 +#
     1.7 +PREFIX?=/usr
     1.8 +DESTDIR?=
     1.9 +	
    1.10 +all:
    1.11 +
    1.12 +install:
    1.13 +	mkdir -p $(DESTDIR)$(PREFIX)/bin
    1.14 +	cp -f taztank $(DESTDIR)$(PREFIX)/bin
    1.15 +
    1.16 +install-files:
    1.17 +	cp -a files/var $(DESTDIR)/
    1.18 +	chmod 0600 -p $(DESTDIR)/var/spool/cron/crontabs/root
    1.19 +	cp -a files/etc $(DESTDIR)/
    1.20 +
    1.21 +clean:
    1.22 +	rm -rf _pkg