1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

RHEL-CTDB: --with-mandir -> --mandir

This commit is contained in:
Volker Lendecke 2012-01-17 14:21:30 +01:00
parent e9874bdf9e
commit 2a1a2766bb
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \
--with-pammodulesdir=/${_libarch}/security \ --with-pammodulesdir=/${_libarch}/security \
--with-lockdir=/var/lib/samba \ --with-lockdir=/var/lib/samba \
--with-logfilebase=/var/log/samba \ --with-logfilebase=/var/log/samba \
--with-mandir=${_mandir} \ --mandir=${_mandir} \
--with-piddir=/var/run \ --with-piddir=/var/run \
--with-privatedir=${_sysconfdir}/samba \ --with-privatedir=${_sysconfdir}/samba \
--with-sambabook=${_datadir}/swat/using_samba \ --with-sambabook=${_datadir}/swat/using_samba \

View File

@ -170,7 +170,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
--with-pammodulesdir=%{_libarch}/security \ --with-pammodulesdir=%{_libarch}/security \
--with-lockdir=/var/lib/samba \ --with-lockdir=/var/lib/samba \
--with-logfilebase=/var/log/samba \ --with-logfilebase=/var/log/samba \
--with-mandir=%{_mandir} \ --mandir=%{_mandir} \
--with-piddir=/var/run \ --with-piddir=/var/run \
--with-privatedir=%{_sysconfdir}/samba \ --with-privatedir=%{_sysconfdir}/samba \
--with-sambabook=%{_datadir}/swat/using_samba \ --with-sambabook=%{_datadir}/swat/using_samba \