slitaz-forge view tank/Makefile @ rev 718

pangolin/web/index.php: add games.slitaz.org
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 25 17:27:46 2021 +0000 (2021-10-25)
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