From 18926e5907ac91881fe5b8cf35193c4bc010500a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Feb 2011 19:46:42 -0500 Subject: Fix private libdir and codepages paths The private libraries need to be arch specific as well. With --enable-fhs the codepages should go in /usr/share/samba and not in /usr/lib{64}/samba as they are data files not libraries. Autobuild-User: Simo Sorce Autobuild-Date: Tue Feb 15 04:22:37 CET 2011 on sn-devel-104 --- source4/dynconfig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 source4/dynconfig/wscript (limited to 'source4') diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript old mode 100644 new mode 100755 index 50ae44f9ad..c2741fd875 --- a/source4/dynconfig/wscript +++ b/source4/dynconfig/wscript @@ -57,7 +57,6 @@ dyn_cflags_fhs = { 'LOGFILEBASE' : '${LOCALSTATEDIR}/log/samba', 'LOCKDIR' : '${LOCALSTATEDIR}/lib/samba', 'PIDDIR' : '${LOCALSTATEDIR}/run/samba', - 'DATADIR' : '${DATADIR}/samba', 'SETUPDIR' : '${DATADIR}/samba/setup', 'WINBINDD_SOCKET_DIR' : '${LOCALSTATEDIR}/run/samba/winbindd', 'WINBINDD_PRIVILEGED_SOCKET_DIR' : '${LOCALSTATEDIR}/run/samba/winbindd_privileged', @@ -69,6 +68,7 @@ dyn_cflags_fhs = { 'INCLUDEDIR' : '${INCLUDEDIR}/samba-4.0', 'PKGCONFIGDIR' : '${LIBDIR}/pkgconfig', 'SWATDIR' : '${DATADIR}/swat', + 'CODEPAGEDIR' : '${DATADIR}/samba', } def get_varname(v): -- cgit