Changeset 1751 for branches/asap-3.x/apps/SConscript
- Timestamp:
- 05/06/10 12:03:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/asap-3.x/apps/SConscript
r1750 r1751 19 19 installs.append(myenv.Install("$prefix/bin", prog)) 20 20 if len(myenv["makedist"]): 21 myenv.QInstall(" $stagedir/bin", prog)21 myenv.QInstall("#/$stagedir/bin", prog) 22 22 23 23 myenv.Alias('install', installs)
Note:
See TracChangeset
for help on using the changeset viewer.