diff options
author | anatoly techtonik <techtonik@gmail.com> | 2013-04-22 15:57:01 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2013-04-22 15:57:01 (GMT) |
commit | fa3d2caef4a903e614500551c5824e3bd6e1eb2b (patch) | |
tree | 7a339470a56a0920b09f8ff2a84860102c0695b8 /SConstruct | |
parent | 900ad2117e62efc68bd4e852010cbf1f64485957 (diff) | |
download | SCons-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-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |