summaryrefslogtreecommitdiffstats
path: root/Construct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-09 02:53:01 (GMT)
committerSteven Knight <knight@baldmt.com>2001-10-09 02:53:01 (GMT)
commit6ab2fc4ae2f0de33b77049bf222269288f56cb94 (patch)
tree1001d6c9c2c75cbc27eb690b43100a81222e4ffe /Construct
parent835c20588c4085e7bf963a1bf3fd2198194c8f50 (diff)
downloadSCons-6ab2fc4ae2f0de33b77049bf222269288f56cb94.zip
SCons-6ab2fc4ae2f0de33b77049bf222269288f56cb94.tar.gz
SCons-6ab2fc4ae2f0de33b77049bf222269288f56cb94.tar.bz2
Make the Debian package build work.
Diffstat (limited to 'Construct')
-rw-r--r--Construct4
1 files changed, 3 insertions, 1 deletions
diff --git a/Construct b/Construct
index 61a2f9b..9932600 100644
--- a/Construct
+++ b/Construct
@@ -323,6 +323,8 @@ if ($dh_builddeb && $fakeroot){
"debian/python2-scons.postinst",
"debian/python2-scons.prerm"
);
+
+
chomp(@engine_files = `cat src/engine/MANIFEST`);
chomp(@script_files = `cat src/script/MANIFEST`);
@@ -333,7 +335,7 @@ if ($dh_builddeb && $fakeroot){
map("build/script/$_", @script_files),
qq(rm -rf build/engine/build build/engine/dist
rm -rf build/script/build build/script/dist
- fakeroot debian/rules ENVOKED_BY_CONSTRUCT=1 binary
+ fakeroot make -f debian/rules ENVOKED_BY_CONSTRUCT=1 binary
env DH_COMPAT=3 dh_clean
));
}