You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waf/waf-1.6.2-libdir.patch

13 lines
332 B

--- waf-light.orig 2010-11-25 11:11:50.000000000 +0100
+++ waf-light 2011-01-15 15:22:53.485315375 +0100
@@ -145,6 +145,9 @@
w = test(i + '/lib/' + dirname)
if w: return w
+ w = test('/usr/share/%s' % WAF)
+ if w: return w
+
#waf-local
dir = join(base, (sys.platform != 'win32' and '.' or '') + dirname)
w = test(dir)