summaryrefslogtreecommitdiff
path: root/packaging/RHEL
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-29 16:38:31 +0200
committerMichael Adam <obnox@samba.org>2008-09-09 10:53:26 +0200
commit349f98d1740189352d8954b108f4550465fcd570 (patch)
tree94ff800dc63a730b02ced5605a9eb5e8204a25fc /packaging/RHEL
parent21f927d26fd249258028724e6bb82169819d0e6f (diff)
downloadsamba-349f98d1740189352d8954b108f4550465fcd570.tar.gz
samba-349f98d1740189352d8954b108f4550465fcd570.tar.bz2
samba-349f98d1740189352d8954b108f4550465fcd570.zip
packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdir
Michael (This used to be commit dc6625637fb9de7d64d4416a1eb43f214590d393)
Diffstat (limited to 'packaging/RHEL')
-rw-r--r--packaging/RHEL/samba.spec.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 90a9494c5d..c6417f9be6 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -127,7 +127,8 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
--prefix=%{_prefix} \
--localstatedir=/var \
--with-configdir=%{_sysconfdir}/samba \
- --with-libdir=%{_libdir}/samba \
+ --libdir=%{_libdir} \
+ --with-modulesdir=%{_libdir}/samba \
--with-lockdir=/var/lib/samba \
--with-logfilebase=/var/log/samba \
--with-mandir=%{_mandir} \