source: tags/confman-1.3.1/Makefile @ 118

Revision 118, 763 bytes checked in by ccowart, 6 years ago (diff)

Tagging a minor confman release porting the Makefile changes back to 1.3
without using the new features destined for 1.4.

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