diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-13 12:02:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-13 12:02:11 +0000 |
commit | 964b30886eb863d16ccc2004326ce8424c102fc6 (patch) | |
tree | be3c9a032f006337ed5f47a3735d08472f0608f5 /gst-plugins.spec.in | |
parent | a48229f41196ff915decf30e447e03ff1457b07c (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.in | 4 |
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 |