ldb:build: improve detection of srcdir
authorMichael Adam <obnox@samba.org>
Fri, 20 Jun 2014 16:08:53 +0000 (18:08 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 20 Jun 2014 21:38:10 +0000 (23:38 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
lib/ldb/wscript

index 5621b38e347c7a8bcfdb375b911796300b973ad0..ba75d675d8921b81b87a229db18a116568cbf39e 100755 (executable)
@@ -10,7 +10,7 @@ import sys, os
 # find the buildtools directory
 srcdir = '.'
 while not os.path.exists(srcdir+'/buildtools') and len(srcdir.split('/')) < 5:
-    srcdir = '../' + srcdir
+    srcdir = srcdir + '/..'
 sys.path.insert(0, srcdir + '/buildtools/wafsamba')
 
 import wafsamba, samba_dist, Options