summaryrefslogtreecommitdiffstats
path: root/gst-plugins.spec.in
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
commit8e0615e6c7afcc73204305e99c428cc2873320ae (patch)
tree45b30ae8916856c87b21a5b4f9fa5fc69607e501 /gst-plugins.spec.in
parent9193766df4d0c59bcc5644afccd9598ba19caa09 (diff)
how did this ever work ?
Original commit message from CVS: how did this ever work ?
Diffstat (limited to 'gst-plugins.spec.in')
-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 0bf20232..972c383a 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