diff options
Diffstat (limited to 'dynconfig/wscript')
-rw-r--r-- | dynconfig/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript index e352712d284..5a0ce6d956a 100644 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -100,6 +100,11 @@ dynconfig = { 'FHS-PATH': '${DATADIR}', 'OVERWRITE': True, }, + 'SAMBA_DATADIR' : { + 'STD-PATH': '${DATADIR}/samba', + 'FHS-PATH': '${DATADIR}/samba', + 'OVERWRITE': True, + }, 'LOCALEDIR' : { 'STD-PATH': '${LOCALEDIR}', 'FHS-PATH': '${LOCALEDIR}', |