samba: fix log directory path

Fixes #882.
This commit is contained in:
François Revol
2016-11-25 22:43:15 +01:00
parent 2474685dca
commit fd4cbd5518

View File

@@ -112,7 +112,7 @@ BUILD()
--with-configdir=$settingsDir/samba \
--with-privatedir=$settingsDir/samba \
--with-localedir=$dataRootDir/locale \
--with-logfilebase=sharedStateDir/log
--with-logfilebase=$sharedStateDir/log
sed -i 's/-lpthread//g' Makefile
sed -i 's/-lc//g' Makefile
make $jobArgs