From: Christian Schaller Date: Wed, 12 Dec 2001 20:07:53 +0000 (+0000) Subject: added $RPM_BUILD_ROOT to the mandir statement in configure, this should not be necess... X-Git-Tag: RELEASE-0_3_0-EVENTFUL~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3a27b2a695498fe9b1c20ca6b781046898d7e08;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gstreamer.spec.in b/gstreamer.spec.in index ad64b5c..2f0f955 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -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)