Changeset 1137


Ignore:
Timestamp:
08/15/06 09:30:52 (18 years ago)
Author:
mar637
Message:

added hack to prevent scons from failing when ditr doesn't exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scons/installtree.py

    r1129 r1137  
    1111            currdir = dirs.pop(0)
    1212            currdestdir = dest_dir + currdir[len(src_dir):]
     13            if not os.path.exists(currdir): return
    1314            flist = os.listdir(currdir)
    1415            for currfile in flist:
Note: See TracChangeset for help on using the changeset viewer.