summaryrefslogtreecommitdiff
path: root/buildtools/bin
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-03-25 11:13:40 +0000
committerJeremy Allison <jra@samba.org>2015-03-26 22:47:22 +0100
commit90ec37cf90035576bcab4d7b36214c9c19a52d24 (patch)
treea05aa9b735ca6c2005dfd1812df33bd416b1d455 /buildtools/bin
parent32cbbed979b931eeb5127629248a94d7e6f3fcfb (diff)
downloadsamba-90ec37cf90035576bcab4d7b36214c9c19a52d24.tar.gz
Move waf into third_party/.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'buildtools/bin')
-rwxr-xr-xbuildtools/bin/waf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/bin/waf b/buildtools/bin/waf
index db6a7d3386a..1b0f4662a56 100755
--- a/buildtools/bin/waf
+++ b/buildtools/bin/waf
@@ -63,7 +63,7 @@ def test(dir):
except OSError: pass
def find_lib():
- return os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
+ return os.path.abspath(os.path.join(os.path.dirname(__file__), '../../third_party/waf'))
wafdir = find_lib()
w = join(wafdir, 'wafadmin')