]> git.pld-linux.org Git - packages/waf.git/blob - waf-path.patch
- up to 1.5.10
[packages/waf.git] / waf-path.patch
1 diff -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
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 @@ -117,7 +117,7 @@
11                 if w: return w
12                 err("waf-light requires wafadmin -> export WAFDIR=/folder")
13  
14 -       dir = "/lib/%s-%s-%s/" % (WAF, 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 -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 @@
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.103113 seconds and 3 git commands to generate.