From: Alexander Bokovoy Date: Fri, 2 Feb 2018 14:34:32 +0000 (+0200) Subject: python/wscript: update to handle waf 2.0.4 X-Git-Tag: tdb-1.3.17~1837 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa1ca713542747d8f6fa7f9e7c1ad2faf993d7c8;p=thirdparty%2Fsamba.git python/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/python/wscript b/python/wscript index 2978f187b67..f0993dfa97a 100644 --- a/python/wscript +++ b/python/wscript @@ -3,7 +3,7 @@ import os def configure(conf): - kerberos_py = conf.srcdir + "/python/samba/provision/kerberos_implementation.py" + kerberos_py = conf.srcnode.abspath() + "/python/samba/provision/kerberos_implementation.py" f = open(kerberos_py, 'w') try: