1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

packaging/wscript: update to handle waf 2.0.4

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Alexander Bokovoy 2018-02-02 16:34:31 +02:00 committed by Andrew Bartlett
parent 8a7411633e
commit e1e5b57f72

View File

@ -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',