git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89381ec
)
Correct the sed line in lmbench's do_compile.
author
Chris Larson
<clarson@kergoth.com>
Sat, 18 Sep 2004 04:39:27 +0000
(
04:39
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 18 Sep 2004 04:39:27 +0000
(
04:39
+0000)
BKrev: 414bbbfft7Ld-C9lCUs3DKNJ14oDeA
lmbench/lmbench_2.0.4.oe
patch
|
blob
|
history
diff --git
a/lmbench/lmbench_2.0.4.oe
b/lmbench/lmbench_2.0.4.oe
index
33bda95
..
9fe6686
100644
(file)
--- a/
lmbench/lmbench_2.0.4.oe
+++ b/
lmbench/lmbench_2.0.4.oe
@@
-28,8
+28,8
@@
do_compile () {
fi
install -d ${S}/bin/${TARGET_SYS}
oe_runmake -C src exe
- sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${PN},; \
-
s,^BINDIR=.*$,BINDIR=${libdir}/${PN},;' ${WORKDIR}/lmbench-run
+ sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${PN},;
'
\
+
-e '
s,^BINDIR=.*$,BINDIR=${libdir}/${PN},;' ${WORKDIR}/lmbench-run
}
do_install () {