mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
13bc576148
commit
c3a27b2a69
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue