Changeset 65 for confman/Makefile


Ignore:
Timestamp:
04/12/2006 18:27:21 (6 years ago)
Author:
ccowart
Message:

And updating the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/Makefile

    r47 r65  
    44        mkdir -p /usr/local/rescomp/lib 
    55        mkdir -p /usr/local/rescomp/sbin 
    6         install -Sp -o root -g wheel -m 0555 confman $(PREFIX)/sbin/confman 
    7         install -Sp -o root -g wheel -m 0444 confman.conf \ 
     6        mkdir -p /usr/local/rescomp/bin 
     7        install -Sp -o root -g staff -m 0555 confman $(PREFIX)/sbin/confman 
     8        install -Sp -o root -g staff -m 0555 abspath $(PREFIX)/bin/abspath 
     9        install -Sp -o root -g staff -m 0444 confman.conf \ 
    810                $(PREFIX)/etc/confman.conf-default 
    9         install -Sp -o root -g wheel -m 0444 confmanlib.sh \ 
     11        install -Sp -o root -g staff -m 0444 confmanlib.sh \ 
    1012                $(PREFIX)/lib/confmanlib.sh 
    1113 
Note: See TracChangeset for help on using the changeset viewer.