Changeset 1187


Ignore:
Timestamp:
08/25/06 16:57:55 (18 years ago)
Author:
mar637
Message:

fix for install target for ipythonrc-asap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1186 r1187  
    9898pymods = env.Install("$moduledir/asap", env.SGlob("python/*.py"))
    9999bins = env.Install("$prefix/bin", ["bin/asap", "bin/asap_update_data"])
    100 shares = env.Install("$moduledir/data", "share/ipythonrc-asap")
     100shares = env.Install("$moduledir/asap/data", "share/ipythonrc-asap")
    101101env.Alias('install', [somod, pymods, bins, shares])
    102102
Note: See TracChangeset for help on using the changeset viewer.