]> git.pld-linux.org Git - packages/waf.git/blame - waf-path.patch
- updated to 2.0.27
[packages/waf.git] / waf-path.patch
CommitLineData
c9f31fb5
JB
1--- waf-1.6.4/waf-light.orig 2011-04-17 12:02:50.000000000 +0200
2+++ waf-1.6.4/waf-light 2011-05-01 06:55:29.260143094 +0200
72464c64 3@@ -1,4 +1,4 @@
7ad647e2 4-#!/usr/bin/env python
72464c64 5+#!/usr/bin/python
721c770e 6 # encoding: latin-1
0e175ac5 7 # Thomas Nagy, 2005-2018
721c770e 8 #
c9f31fb5 9@@ -34,7 +34,7 @@
c9f31fb5 10 REVISION="x"
907937a3 11 GIT="x"
c9f31fb5
JB
12-INSTALL="x"
13+INSTALL="/usr/share"
14 C1='x'
15 C2='x'
907937a3 16 C3='x'
c9f31fb5 17 cwd = os.getcwd()
0e175ac5
JP
18@@ -140,9 +140,9 @@ def find_lib():
19 return dir
c9f31fb5 20 err('waf-light requires waflib -> export WAFDIR=/folder')
7ad647e2 21
c9f31fb5 22- dirname = '%s-%s-%s' % (WAF, VERSION, REVISION)
115fc9d5 23- for i in (INSTALL,'/usr','/usr/local','/opt'):
c9f31fb5
JB
24- w = test(i + '/lib/' + dirname)
25+ dirname = WAF
115fc9d5 26+ for i in (INSTALL,'/usr/lib','/usr/local/lib','/opt'):
c9f31fb5
JB
27+ w = test(i + '/' + dirname)
28 if w: return w
0e175ac5
JP
29
30 #waf-local
c9f31fb5
JB
31--- waf-1.6.4/wscript.orig 2011-04-17 12:02:50.000000000 +0200
32+++ waf-1.6.4/wscript 2011-05-01 07:00:51.030153869 +0200
33@@ -1,4 +1,4 @@
34-#! /usr/bin/env python
35+#! /usr/bin/python
36 # encoding: utf-8
0e175ac5 37 # Thomas Nagy, 2005-2018
7ad647e2 38
This page took 0.08626 seconds and 5 git commands to generate.