Changeset 139 for tags


Ignore:
Timestamp:
12/04/2006 21:39:55 (5 years ago)
Author:
ccowart
Message:

Fixing the libexec files in the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/confman-1.5/Makefile

    r135 r139  
    1111LIBFILES                =       confmanlib.sh confmandoc.sh confmancommon.sh 
    1212ENVFILES                =       confman_completions 
    13 DIRECTORIES             =       /etc /etc/env.d /lib /sbin /bin /libexec 
     13DIRECTORIES             =       /etc /etc/env.d /lib /sbin /bin /libexec /libexec/confman 
    1414 
    1515install :  
     
    2424.endfor 
    2525.for file in $(LIBEXECFILES) 
    26         install $(EXFLAGS) ${file} $(PREFIX)/libexec/ 
     26        install $(EXFLAGS) ${file} $(PREFIX)/libexec/confman 
    2727.endfor 
    2828.for file in $(LIBFILES) 
Note: See TracChangeset for help on using the changeset viewer.