]> git.pld-linux.org Git - packages/waf.git/blame - waf-path.patch
- run py_postclean, restore path.patch
[packages/waf.git] / waf-path.patch
CommitLineData
5cb4610d
ER
1--- waf-1.4.4/wscript~ 2008-08-27 00:44:34.000000000 +0300
2+++ waf-1.4.4/wscript 2008-10-04 19:05:55.597301311 +0300
3@@ -324,7 +324,7 @@
4 wafadmin = bld.create_obj('py')
5 wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
6 wafadmin.inst_var = 'PREFIX'
7- wafadmin.inst_dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
8+ wafadmin.inst_dir = os.path.join('lib', 'waf', 'wafadmin')
9
10 tools = bld.create_obj('py')
11 tools.find_sources_in_dirs('wafadmin/Tools', exts=['.py'])
12--- waf-1.4.4/waf-light~ 2008-08-27 00:44:34.000000000 +0300
13+++ waf-1.4.4/waf-light 2008-10-04 19:10:46.662132430 +0300
14@@ -109,7 +109,7 @@
15 if w: return w
16 err("waf-light requires wafadmin -> export WAFDIR=/folder")
17
18- dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
19+ dir = "/lib/waf/"
20 for i in [INSTALL,'/usr','/usr/local','/opt']:
21 w = test(i+dir)
22 if w: return w
This page took 0.088411 seconds and 4 git commands to generate.