how did this ever work ?
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Feb 2002 12:02:11 +0000 (12:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Feb 2002 12:02:11 +0000 (12:02 +0000)
Original commit message from CVS:
how did this ever work ?

gst-plugins.spec.in

index 0bf2023..972c383 100644 (file)
@@ -38,9 +38,9 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir
 
 if [ "$SMP" != "" ]; then
   (make "MAKE=make -k -j $SMP"; exit 0)
-  make 2> | tee make.log
+  make 2>&1 | tee make.log
 else
-  make 2> | tee make.log
+  make 2>&1 | tee make.log
 fi
 
 %install