summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2013-04-22 15:57:01 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2013-04-22 15:57:01 (GMT)
commitfa3d2caef4a903e614500551c5824e3bd6e1eb2b (patch)
tree7a339470a56a0920b09f8ff2a84860102c0695b8 /SConstruct
parent900ad2117e62efc68bd4e852010cbf1f64485957 (diff)
downloadSCons-fa3d2caef4a903e614500551c5824e3bd6e1eb2b.zip
SCons-fa3d2caef4a903e614500551c5824e3bd6e1eb2b.tar.gz
SCons-fa3d2caef4a903e614500551c5824e3bd6e1eb2b.tar.bz2
SConstruct: rpm refuses to build SCons package without rpmbuild
installed (Fedora 18)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4aa6df8..64ac9fd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -80,7 +80,7 @@ def whereis(file):
dh_builddeb = whereis('dh_builddeb')
fakeroot = whereis('fakeroot')
gzip = whereis('gzip')
-rpmbuild = whereis('rpmbuild') or whereis('rpm')
+rpmbuild = whereis('rpmbuild')
hg = os.path.exists('.hg') and whereis('hg')
svn = os.path.exists('.svn') and whereis('svn')
unzip = whereis('unzip')