projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e0d49
)
how did this ever work ?
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 13 Feb 2002 12:02:11 +0000
(12:02 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 13 Feb 2002 12:02:11 +0000
(12:02 +0000)
Original commit message from CVS:
how did this ever work ?
gst-plugins.spec.in
patch
|
blob
|
history
diff --git
a/gst-plugins.spec.in
b/gst-plugins.spec.in
index
0bf2023
..
972c383
100644
(file)
--- 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