source: tags/confman-1.1/Makefile @ 99

Revision 99, 743 bytes checked in by ccowart, 6 years ago (diff)

Soluzer's default confmanrc

Line 
1PREFIX := /usr/local/rescomp
2
3install :
4        mkdir -p $(PREFIX)/etc/env.d
5        mkdir -p $(PREFIX)/lib
6        mkdir -p $(PREFIX)/sbin
7        mkdir -p $(PREFIX)/bin
8        install -Sp -o soluzer -g wheel -m 0444 confmanrc \
9                /var/home/soluzer/.confmanrc
10        install -Sp -o root -g wheel -m 0555 confman $(PREFIX)/sbin/confman
11        install -Sp -o root -g wheel -m 0555 abspath $(PREFIX)/bin/abspath
12        install -Sp -o root -g wheel -m 0444 confman.conf \
13                $(PREFIX)/etc/confman.conf-default
14        install -Sp -o root -g wheel -m 0444 confmanlib.sh \
15                $(PREFIX)/lib/confmanlib.sh
16        install -Sp -o root -g wheel -m 0444 confmandoc.sh \
17                $(PREFIX)/lib/confmandoc.sh
18        install -Sp -o root -g wheel -m 0444 bash_completions \
19                $(PREFIX)/etc/env.d/confman_completions
20
21fetch:
22        svn update
23
Note: See TracBrowser for help on using the repository browser.