mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4-waf: install in /usr/local/samba by default
This commit is contained in:
parent
b690fedef5
commit
ed5522adf2
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import string, Utils, Options
|
||||
import string, Utils, Options, sys
|
||||
from samba_utils import EXPAND_VARIABLES
|
||||
|
||||
# list of directory options to offer in configure
|
||||
|
@ -7,6 +7,10 @@ import sys, os
|
||||
sys.path.insert(0, srcdir+"/buildtools/wafsamba")
|
||||
import wafsamba, Options
|
||||
|
||||
# install in /usr/local/samba by default
|
||||
Options.default_prefix = '/usr/local/samba'
|
||||
|
||||
|
||||
def set_options(opt):
|
||||
opt.BUILTIN_DEFAULT('NONE')
|
||||
opt.BUNDLED_EXTENSION_DEFAULT('samba4')
|
||||
|
Loading…
x
Reference in New Issue
Block a user