From 360e0eefdd7a7a8c0196d20f87d99ec66684a89e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 12 Dec 2001 20:58:44 +0000 Subject: [PATCH] no slash needed Original commit message from CVS: no slash needed --- gstreamer.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 2f0f955..9966aa2 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=$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) -- 2.7.4