no slash needed
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Dec 2001 20:58:44 +0000 (20:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Dec 2001 20:58:44 +0000 (20:58 +0000)
Original commit message from CVS:
no slash needed

gstreamer.spec.in

index 2f0f955..9966aa2 100644 (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)