Changeset 278 for trunk/SConstruct
- Timestamp:
- 12/03/11 20:17:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r277 r278 73 73 'python/pyregfi/structures.py', 74 74 'python/pyregfi/winsec.py'], 75 "python pyregfi-distutils.py install --root= %s | tee pyregfi2-install.log" % destdir)75 "python pyregfi-distutils.py install --root=/%s | tee pyregfi2-install.log" % destdir) 76 76 77 77 python_path = os.popen('which python3').read() … … 81 81 'python/pyregfi/structures.py', 82 82 'python/pyregfi/winsec.py'], 83 "python3 pyregfi-distutils.py install --root= %s | tee pyregfi3-install.log" % destdir)83 "python3 pyregfi-distutils.py install --root=/%s | tee pyregfi3-install.log" % destdir) 84 84 85 85 # API documentation
Note: See TracChangeset
for help on using the changeset viewer.