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:
parent
8a7411633e
commit
e1e5b57f72
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user