slitaz-forge view chub/Makefile @ rev 711

Update pangolin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 01 18:26:56 2020 +0100 (2020-01-01)
parents c67fbfe8b9d2
children
line source
1 # Makefile for Chub tools.
2 # Check the README for more information.
3 #
5 PREFIX?=/usr
7 all:
9 install:
10 install -m 0777 -d /var/spool/cron/crontabs
11 install -m 0777 chub $(PREFIX)/bin
12 install -m 0644 chub.conf /etc/slitaz
13 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
14 install -m 0644 files/var/spool/cron/crontabs/root \
15 /var/spool/cron/crontabs
17 uninstall:
18 rm -f $(PREFIX)/bin/chub
19 rm -f /etc/lighttpd/vhosts.conf
20 rm -f /var/spool/cron/crontabs/root