]> git.pld-linux.org Git - packages/waf.git/commitdiff
- drop crazy paths
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 4 Oct 2008 16:13:33 +0000 (16:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    waf-path.patch -> 1.3

waf-path.patch [new file with mode: 0644]

diff --git a/waf-path.patch b/waf-path.patch
new file mode 100644 (file)
index 0000000..1a3e6b8
--- /dev/null
@@ -0,0 +1,22 @@
+--- waf-1.4.4/wscript~ 2008-08-27 00:44:34.000000000 +0300
++++ waf-1.4.4/wscript  2008-10-04 19:05:55.597301311 +0300
+@@ -324,7 +324,7 @@
+       wafadmin = bld.create_obj('py')
+       wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
+       wafadmin.inst_var = 'PREFIX'
+-      wafadmin.inst_dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
++      wafadmin.inst_dir = os.path.join('lib', 'waf', 'wafadmin')
+       tools = bld.create_obj('py')
+       tools.find_sources_in_dirs('wafadmin/Tools', exts=['.py'])
+--- waf-1.4.4/waf-light~       2008-08-27 00:44:34.000000000 +0300
++++ waf-1.4.4/waf-light        2008-10-04 19:10:46.662132430 +0300
+@@ -109,7 +109,7 @@
+               if w: return w
+               err("waf-light requires wafadmin -> export WAFDIR=/folder")
+-      dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
++      dir = "/lib/waf/"
+       for i in [INSTALL,'/usr','/usr/local','/opt']:
+               w = test(i+dir)
+               if w: return w
This page took 0.024107 seconds and 4 git commands to generate.