From fa3d2caef4a903e614500551c5824e3bd6e1eb2b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Mon, 22 Apr 2013 18:57:01 +0300 Subject: SConstruct: rpm refuses to build SCons package without rpmbuild installed (Fedora 18) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v0.12