summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:31 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:23 +0200
commite1e5b57f72029751951991d358da777594237168 (patch)
treee64c798529d38c46fbdabf927638347916b3161e /packaging
parent8a7411633e175bdc97174fbca2f5366816fbef8f (diff)
downloadsamba-e1e5b57f72029751951991d358da777594237168.tar.gz
packaging/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/wscript b/packaging/wscript
index 6cee6b9daa6..1f9a54a787d 100644
--- a/packaging/wscript
+++ b/packaging/wscript
@@ -1,8 +1,8 @@
#!/usr/bin/env python
-import Options
+from waflib import Options
-def set_options(opt):
+def options(opt):
gr = opt.option_group('systemd installation options')
gr.add_option('--systemd-install-services',