ldb-waf: fixed buildtools path
authorAndrew Tridgell <tridge@samba.org>
Sun, 4 Apr 2010 01:02:15 +0000 (11:02 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:25 +0000 (20:27 +1000)
source4/lib/ldb/wscript

index 4e8b80515d9043999458aa3b77f76204541f3a2d..e40d46ee7593a3578b2230cd4c0bfb0a2ae3b795 100644 (file)
@@ -7,7 +7,7 @@ blddir = 'bin'
 
 import sys, os
 # find the buildtools directory
-buildtools = 'buildtools ../../buildtools'
+buildtools = 'buildtools ../../../buildtools'
 for d in buildtools.split():
     if os.path.exists(d):
         srcdir = os.path.dirname(d) or '.'