From 8612c6bf56ebfcbf6273d8e7305ee382fa4f807e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Jul 2011 13:06:16 +0200 Subject: dynconfig/wscript: use $libdir/security for PAMMODULESDIR as in config.m4 metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed Jul 13 17:44:01 CEST 2011 on sn-devel-104 --- dynconfig/wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dynconfig') diff --git a/dynconfig/wscript b/dynconfig/wscript index f0a468e666..e9815e0376 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -142,8 +142,8 @@ dynconfig = { 'FHS-PATH': '${DATADIR}/samba/codepages', }, 'PAMMODULESDIR' : { - 'STD-PATH': '${LIBDIR}', - 'FHS-PATH': '${LIBDIR}', + 'STD-PATH': '${LIBDIR}/security', + 'FHS-PATH': '${LIBDIR}/security', 'OPTION': '--with-pammodulesdir', 'HELPTEXT': 'Which directory to use for PAM modules', }, @@ -173,7 +173,7 @@ dynconfig = { }, 'STATEDIR' : { 'STD-PATH': '${LOCALSTATEDIR}/locks', - 'FHS-PATH': '${LOCALSTATEDIR}/lib/samba/', + 'FHS-PATH': '${LOCALSTATEDIR}/lib/samba', 'OPTION': '--with-statedir', 'HELPTEXT': 'Where to put persistent state files', }, -- cgit