SOURCES: waf-path.patch - drop crazy paths

glen glen at pld-linux.org
Sat Oct 4 18:13:39 CEST 2008


Author: glen                         Date: Sat Oct  4 16:13:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- drop crazy paths

---- Files affected:
SOURCES:
   waf-path.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/waf-path.patch
diff -u /dev/null SOURCES/waf-path.patch:1.3
--- /dev/null	Sat Oct  4 18:13:39 2008
+++ SOURCES/waf-path.patch	Sat Oct  4 18:13:33 2008
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/waf-path.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list