]> git.pld-linux.org Git - packages/waf.git/commitdiff
- missing patch update for 1.8.4 auto/th/waf-1.8.4-2
authorJan Palus <atler@pld-linux.org>
Wed, 26 Nov 2014 13:01:00 +0000 (14:01 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 26 Nov 2014 13:01:00 +0000 (14:01 +0100)
- rel 2

waf-path.patch
waf.spec

index a770f19e88413d82282848972ec66985990940ea..864f3525ff48e1bcbb18752b4b359f98e0b77211 100644 (file)
                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
index 261aaf4654af385afe80a8f43bf2d7557ee85b45..0d71697716f102b62441446eddb35ee8a157bf95 100644 (file)
--- 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
This page took 0.036824 seconds and 4 git commands to generate.