slitaz-forge view chub/Makefile @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
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