]> git.pld-linux.org Git - packages/waf.git/blob - waf-path.patch
- up to fit 1.5.3
[packages/waf.git] / waf-path.patch
1 diff -burNp waf-1.5.3/waf-light waf-1.5.3-dud/waf-light
2 --- waf-1.5.3/waf-light 2009-01-30 20:47:11.000000000 +0100
3 +++ waf-1.5.3-dud/waf-light     2009-02-11 12:32:27.151272688 +0100
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python
7  # encoding: utf-8
8  # Thomas Nagy, 2005-2009
9  
10 @@ -102,7 +102,7 @@ def find_lib():
11                 if w: return w
12                 err("waf-light requires wafadmin -> export WAFDIR=/folder")
13  
14 -       dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
15 +       dir = "/lib/waf/" 
16         for i in [INSTALL,'/usr','/usr/local','/opt']:
17                 w = test(i+dir)
18                 if w: return w
19 diff -burNp waf-1.5.3/wscript waf-1.5.3-dud/wscript
20 --- waf-1.5.3/wscript   2009-01-30 20:45:24.000000000 +0100
21 +++ waf-1.5.3-dud/wscript       2009-02-11 12:31:25.097529677 +0100
22 @@ -326,7 +326,7 @@ def build(bld):
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.154215 seconds and 4 git commands to generate.