From fd4cbd5518030a2f99ce2473538cc48f9cc73c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 25 Nov 2016 22:43:15 +0100 Subject: [PATCH] samba: fix log directory path Fixes #882. --- net-fs/samba/samba-3.6.25.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-3.6.25.recipe b/net-fs/samba/samba-3.6.25.recipe index 5292998bf..ca1680539 100644 --- a/net-fs/samba/samba-3.6.25.recipe +++ b/net-fs/samba/samba-3.6.25.recipe @@ -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