Changeset f8655e1


Ignore:
Timestamp:
11/01/2005 03:57:40 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
299b7e0
Parents:
8f96017
Message:

Allow a user to specify a directory PREFIX (like /usr/local) for jhalfs if they like

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8f96017 rf8655e1  
    22
    33# Where the files will be installed
    4 BIN=/usr/bin
     4PREFIX=/usr
     5BIN=$(PREFIX)/bin
    56CONFIG=/etc/jhalfs
    6 DATA=/usr/share/jhalfs
     7DATA=$(PREFIX)/share/jhalfs
    78
    89# List of additional files
Note: See TracChangeset for help on using the changeset viewer.