]> git.pld-linux.org Git - packages/waf.git/blame - waf-path.patch
- up to 1.5.10
[packages/waf.git] / waf-path.patch
CommitLineData
9fdc4a57 1diff -urN ./waf-1.5.4.orig/waf-light ./waf-1.5.4/waf-light
2--- waf-1.5.4.orig/waf-light 2009-04-07 20:34:22.000000000 +0200
3+++ waf-1.5.4/waf-light 2009-05-31 13:33:38.703600164 +0200
72464c64 4@@ -1,4 +1,4 @@
7ad647e2 5-#!/usr/bin/env python
72464c64
ER
6+#!/usr/bin/python
7 # encoding: utf-8
7ad647e2 8 # Thomas Nagy, 2005-2009
72464c64 9
9fdc4a57 10@@ -117,7 +117,7 @@
5cb4610d
ER
11 if w: return w
12 err("waf-light requires wafadmin -> export WAFDIR=/folder")
13
9fdc4a57 14- dir = "/lib/%s-%s-%s/" % (WAF, VERSION, REVISION)
15+ dir = "/lib/waf/"
5cb4610d
ER
16 for i in [INSTALL,'/usr','/usr/local','/opt']:
17 w = test(i+dir)
18 if w: return w
9fdc4a57 19diff -urN ./waf-1.5.4.orig/wscript ./waf-1.5.4/wscript
20--- waf-1.5.4.orig/wscript 2009-04-07 20:34:22.000000000 +0200
21+++ waf-1.5.4/wscript 2009-05-31 13:35:21.368995500 +0200
22@@ -314,7 +314,7 @@
7ad647e2 23 if val != True and val != "y": sys.exit(1)
24 create_waf()
25
26- dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
27+ dir = os.path.join('lib', 'waf', 'wafadmin')
28
29 wafadmin = bld.new_task_gen('py')
30 wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
This page took 0.048239 seconds and 4 git commands to generate.