Changeset 1182


Ignore:
Timestamp:
08/24/06 14:54:08 (18 years ago)
Author:
mar637
Message:

modified inatll tree to also include data dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1181 r1182  
    103103# install locally
    104104asapmod = env.InstallTree(dest_dir = os.path.join(env["moduledir"], "asap"),
    105                           src_dir  = "stage/asap",
    106                           includes = ['*.py', '*.so'],
     105                          src_dir  = "stage",
     106                          includes = ['asap','data'],
    107107                          excludes = [])
    108108asapbin = env.Install(os.path.join(env["prefix"], "bin"), "bin/asap")
Note: See TracChangeset for help on using the changeset viewer.