summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-03-30 13:32:51 (GMT)
committerSteven Knight <knight@baldmt.com>2010-03-30 13:32:51 (GMT)
commit53ea2c21cf5a564a29580895c13c13a2511258a8 (patch)
tree41f6387f634262f919e1209a48f2542f1eded3c5 /SConstruct
parent17323123c5aa7038b80d429b3720784fe7426d61 (diff)
downloadSCons-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--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 08c7683..605f43f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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)