added $RPM_BUILD_ROOT to the mandir statement in configure, this should not be necessary ->> I think it is a bug

Original commit message from CVS:
added $RPM_BUILD_ROOT to the mandir statement in configure, this should not be necessary ->> I think it is a bug
This commit is contained in:
Christian Schaller 2001-12-12 20:07:53 +00:00
parent 13bc576148
commit c3a27b2a69

View file

@ -669,7 +669,7 @@ Library for transfering data with the RTP protocol
%setup
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=%{prefix}/share/man
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT/%{prefix}/share/man
if [ "$SMP" != "" ]; then
(make "MAKE=make -k -j $SMP"; exit 0)