]> git.pld-linux.org Git - packages/waf.git/commitdiff
- installed waf uses system waf
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Dec 2006 17:20:49 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    waf-path.patch -> 1.1

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..5dfb6fb
--- /dev/null
@@ -0,0 +1,19 @@
+--- waf-1.0.1/waf-light        2006-12-05 19:15:42.786716454 +0200
++++ waf-1.0.1/waf-light        2006-12-05 19:17:25.628996666 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#! /usr/bin/python
+ # encoding: utf-8
+ # Thomas Nagy, 2005 (ita)
+@@ -112,8 +112,8 @@
+ def find_wafadmin():
+       global wafdir
+-      # if wafadmin is in /usr/local/waf-x.x.x/ then use it directly
+-      try_wafdir('/usr/local/lib/waf-%s/' % VERSION)
++      # if wafadmin is in /usr/lib/waf-x.x.x/ then use it directly
++      try_wafdir('/usr/lib/waf-%s/' % VERSION)
+       if wafdir: return
+       # wafadmin may be in $WAFDIR, have a look
This page took 0.034658 seconds and 4 git commands to generate.