Changeset 246 for trunk/SConstruct


Ignore:
Timestamp:
04/30/11 16:28:19 (13 years ago)
Author:
tim
Message:

cleanups and updated installation documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r238 r246  
    4545# Installation
    4646prefix='/usr/local/'
     47if 'PREFIX' in os.environ:
     48   prefix = os.environ['PREFIX']+'/'
     49
    4750install_items = [prefix+'bin',
    4851                 prefix+'lib',
Note: See TracChangeset for help on using the changeset viewer.