slitaz-forge view chub/Makefile @ rev 714

Virtual machines have moved
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 01 10:43:39 2021 +0000 (2021-02-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