From 0c07561a33d11d6ace27cd65ddf1ae942f285323 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 13 Feb 2002 12:02:11 +0000 Subject: [PATCH] how did this ever work ? Original commit message from CVS: how did this ever work ? --- gst-plugins-ugly.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-plugins-ugly.spec.in b/gst-plugins-ugly.spec.in index 0bf202324e..972c383a7a 100644 --- a/gst-plugins-ugly.spec.in +++ b/gst-plugins-ugly.spec.in @@ -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