no slash needed

Original commit message from CVS:
no slash needed
This commit is contained in:
Thomas Vander Stichele 2001-12-12 20:58:44 +00:00
parent c3a27b2a69
commit 360e0eefdd

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=$RPM_BUILD_ROOT/%{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)