slitaz-forge view tank/Makefile @ rev 712

Prevent sending the Referer header
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 08:44:15 2020 +0000 (2020-08-20)
parents be92986c20ed
children
line source
1 # Makefile for Tank tools.
2 # Check the README for more information.
3 #
4 PREFIX?=/usr
5 DESTDIR?=
6 WEB?=/home/slitaz/www
8 all:
10 install:
11 mkdir -p \
12 $(DESTDIR)$(PREFIX)/bin \
13 $(DESTDIR)$(PREFIX)/share \
14 $(WEB)/tank/log/rrd \
15 $(WEB)/tank/images/rrd
17 cp -f tank $(DESTDIR)$(PREFIX)/bin
18 cp -a files/* $(DESTDIR)/
19 chmod 0600 $(DESTDIR)/var/spool/cron/crontabs/root
21 /etc/init.d/crond restart
22 /etc/init.d/lighttpd restart