From 115fc9d5f2cca5d23903517564458162d33c9186 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 26 Nov 2014 14:01:00 +0100 Subject: [PATCH] - missing patch update for 1.8.4 - rel 2 --- waf-path.patch | 4 ++-- waf.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/waf-path.patch b/waf-path.patch index a770f19..864f352 100644 --- a/waf-path.patch +++ b/waf-path.patch @@ -20,10 +20,10 @@ err('waf-light requires waflib -> export WAFDIR=/folder') - dirname = '%s-%s-%s' % (WAF, VERSION, REVISION) -- for i in [INSTALL,'/usr','/usr/local','/opt']: +- for i in (INSTALL,'/usr','/usr/local','/opt'): - w = test(i + '/lib/' + dirname) + dirname = WAF -+ for i in [INSTALL,'/usr/lib','/usr/local/lib','/opt']: ++ for i in (INSTALL,'/usr/lib','/usr/local/lib','/opt'): + w = test(i + '/' + dirname) if w: return w --- waf-1.6.4/wscript.orig 2011-04-17 12:02:50.000000000 +0200 diff --git a/waf.spec b/waf.spec index 261aaf4..0d71697 100644 --- a/waf.spec +++ b/waf.spec @@ -2,7 +2,7 @@ Summary: The Waf build system Summary(pl.UTF-8): System budowania Waf Name: waf Version: 1.8.4 -Release: 1 +Release: 2 # note: waf book is on CC-BY-NC-ND (not included in binary package) License: BSD Group: Development/Building -- 2.44.0