Author: glen                         Date: Tue Dec  5 17:20:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- installed waf uses system waf

---- Files affected:
SOURCES:
   waf-path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/waf-path.patch
diff -u /dev/null SOURCES/waf-path.patch:1.1
--- /dev/null   Tue Dec  5 18:20:54 2006
+++ SOURCES/waf-path.patch      Tue Dec  5 18:20:49 2006
@@ -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
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to