Bug fix for man file packaging.

Always compile and install man pages when making rpm.

Signed-off-by: Owen Synge <osynge@suse.com>
This commit is contained in:
Owen Synge 2015-06-16 22:38:02 +02:00
parent 18ba022617
commit 26eba36f4e

View File

@ -487,6 +487,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
--localstatedir=/var \
--sysconfdir=/etc \
--docdir=%{_docdir}/ceph \
--with-man-pages \
--mandir="%_mandir" \
--with-nss \
--without-cryptopp \