diff options
author | Steven Knight <knight@baldmt.com> | 2010-03-30 13:32:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-03-30 13:32:51 (GMT) |
commit | 53ea2c21cf5a564a29580895c13c13a2511258a8 (patch) | |
tree | 41f6387f634262f919e1209a48f2542f1eded3c5 /SConstruct | |
parent | 17323123c5aa7038b80d429b3720784fe7426d61 (diff) | |
download | SCons-53ea2c21cf5a564a29580895c13c13a2511258a8.zip SCons-53ea2c21cf5a564a29580895c13c13a2511258a8.tar.gz SCons-53ea2c21cf5a564a29580895c13c13a2511258a8.tar.bz2 |
Remove the recently-removed _scons_sets15.py from MANIFEST.in.
Fix a typo in the SConstruct.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -767,7 +767,7 @@ for p in [ scons ]: MANIFEST_in_list.append(MANIFEST_in) files = [x[:-1] for x in open(MANIFEST_in).readlines()] raw_files.extend(files) - src_files.extend([os.path.join(subdir, x) for x in files]) + src_files.extend([os.path.join(ssubdir, x) for x in files]) for f in files: r = os.path.join(sp['rpm_dir'], f) rpm_files.append(r) |