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 | 73859896201864cdf0a9d43b5314b842fc3ec087 (patch) | |
tree | fc055da4f6d357fdbe0788bb92af2fbb74e24880 | |
parent | 31e0d4943a8ae3958247eee261e9958abb054e81 (diff) | |
download | gst-plugins-bad-73859896201864cdf0a9d43b5314b842fc3ec087.tar.gz gst-plugins-bad-73859896201864cdf0a9d43b5314b842fc3ec087.tar.bz2 gst-plugins-bad-73859896201864cdf0a9d43b5314b842fc3ec087.zip |
how did this ever work ?
Original commit message from CVS:
how did this ever work ?
-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 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 |