Changeset 1155


Ignore:
Timestamp:
08/21/06 15:46:25 (18 years ago)
Author:
mar637
Message:

fix for 64bit path replacement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1138 r1155  
    1010    # hack to install into /usr/lib64 if scons is in the 32bit /usr/lib/
    1111    if moduledir.startswith("/usr/lib/"):
    12         moduledir.replace("lib", "lib64")
     12        moduledir = moduledir.replace("lib", "lib64")
    1313
    1414opts = Options("userconfig.py")
Note: See TracChangeset for help on using the changeset viewer.