summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-13 12:02:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-13 12:02:11 +0000
commit73859896201864cdf0a9d43b5314b842fc3ec087 (patch)
treefc055da4f6d357fdbe0788bb92af2fbb74e24880
parent31e0d4943a8ae3958247eee261e9958abb054e81 (diff)
downloadgstreamer-plugins-bad-73859896201864cdf0a9d43b5314b842fc3ec087.tar.gz
how did this ever work ?
Original commit message from CVS: how did this ever work ?
-rw-r--r--gst-plugins.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 0bf202324..972c383a7 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.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