summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2013-04-22 18:57:01 +0300
committeranatoly techtonik <techtonik@gmail.com>2013-04-22 18:57:01 +0300
commitda92ab79fa66c92291f72119c7e081c60e9b9ca5 (patch)
treeb322f0c56918c7e98c033a0f61a3644ee5bbd8a5 /SConstruct
parent8e8bcab1ce3a8613c56ad898efff8d240deebba8 (diff)
downloadscons-da92ab79fa66c92291f72119c7e081c60e9b9ca5.tar.gz
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 4aa6df80..64ac9fd0 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')