diff options
| author | Michael Adam <obnox@samba.org> | 2014-06-20 18:03:31 +0200 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2014-06-20 23:38:10 +0200 |
| commit | 47328f535e35cac5d37dd211745c873130c5a74c (patch) | |
| tree | 28e8cc986f96bb8b5d44746bc8a145f8d4af4056 /lib/tdb/wscript | |
| parent | fd4bf963784c36e355f58ab445aec3ff3ba8b858 (diff) | |
| download | samba-47328f535e35cac5d37dd211745c873130c5a74c.tar.gz samba-47328f535e35cac5d37dd211745c873130c5a74c.tar.xz samba-47328f535e35cac5d37dd211745c873130c5a74c.zip | |
tdb:build: improve detection of srcdir.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'lib/tdb/wscript')
| -rw-r--r-- | lib/tdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 885548d726..688eef273a 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -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, Logs |
