Changeset 246 for trunk/SConstruct
- Timestamp:
- 04/30/11 16:28:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r238 r246 45 45 # Installation 46 46 prefix='/usr/local/' 47 if 'PREFIX' in os.environ: 48 prefix = os.environ['PREFIX']+'/' 49 47 50 install_items = [prefix+'bin', 48 51 prefix+'lib',
Note: See TracChangeset
for help on using the changeset viewer.