diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-04 11:02:15 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:25 +1000 |
commit | a8840087979f891c50e01e647df21759e556a7c8 (patch) | |
tree | 57ae168c660699f75abd53e9b4474e6e9c268cdc /source4/lib/ldb | |
parent | 1883ee6dbc2482a34ce531cec3c1c7e5e85af1e7 (diff) | |
download | samba-a8840087979f891c50e01e647df21759e556a7c8.tar.gz samba-a8840087979f891c50e01e647df21759e556a7c8.tar.bz2 samba-a8840087979f891c50e01e647df21759e556a7c8.zip |
ldb-waf: fixed buildtools path
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 4e8b80515d..e40d46ee75 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -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 '.' |