summaryrefslogtreecommitdiff
path: root/lmbench
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-18 04:39:27 +0000
committerChris Larson <clarson@kergoth.com>2004-09-18 04:39:27 +0000
commit5a9545e6268740bb50937a724df7bbe6902aa779 (patch)
tree0619669f853a7b4273ec3e48833a25df9d861324 /lmbench
parent89381ecf330a5032dbfa18c14e0e9c2caebcf8dc (diff)
Correct the sed line in lmbench's do_compile.
BKrev: 414bbbfft7Ld-C9lCUs3DKNJ14oDeA
Diffstat (limited to 'lmbench')
-rw-r--r--lmbench/lmbench_2.0.4.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/lmbench/lmbench_2.0.4.oe b/lmbench/lmbench_2.0.4.oe
index 33bda955f2..9fe6686182 100644
--- 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 () {