slitaz-forge diff tank/Makefile @ rev 359

Fix qrcode.js path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 27 12:13:25 2013 +0100 (2013-03-27)
parents 49aa1db4bf6e
children 50a406984716
line diff
     1.1 --- a/tank/Makefile	Sat Apr 07 22:17:45 2012 +0200
     1.2 +++ b/tank/Makefile	Wed Mar 27 12:13:25 2013 +0100
     1.3 @@ -3,12 +3,15 @@
     1.4  #
     1.5  PREFIX?=/usr
     1.6  DESTDIR?=
     1.7 -	
     1.8 +WEB?=/home/slitaz/www
     1.9 +
    1.10  all:
    1.11  
    1.12  install:
    1.13  	mkdir -p $(DESTDIR)$(PREFIX)/bin \
    1.14 -		$(DESTDIR)$(PREFIX)/share
    1.15 +		$(DESTDIR)$(PREFIX)/share \
    1.16 +		$(WEB)/tank/log/rrd \
    1.17 +		$(WEB)/tank/images/rrd
    1.18  	cp -f tank $(DESTDIR)$(PREFIX)/bin
    1.19  	cp -a files/var $(DESTDIR)/
    1.20  	chmod 0600 $(DESTDIR)/var/spool/cron/crontabs/root