summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-09-07 00:37:31 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-13 00:36:43 -0400
commit1453046b2efa44a35f324416dc6d1da4af5a209d (patch)
tree8ba6a205535b4da841c7067421d35e0e1ac65c2c /meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
parent1902d0a13babdb2b13850dab9baa364be2cadd39 (diff)
downloadmeta-cloud-services-1453046b2efa44a35f324416dc6d1da4af5a209d.tar.gz
erlang: Fix hard coded /usr/lib in do_install
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/erlang_R15B.bb')
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang_R15B.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
index 8f5d509..68d144b 100644
--- a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
+++ b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
@@ -44,8 +44,8 @@ do_install() {
44 oe_runmake 'INSTALL_PREFIX=${D}' install 44 oe_runmake 'INSTALL_PREFIX=${D}' install
45 45
46 for f in erl start 46 for f in erl start
47 do sed -i -e 's:ROOTDIR=.*:ROOTDIR=/${libdir}/erlang:' \ 47 do sed -i -e 's:ROOTDIR=.*:ROOTDIR=${libdir}/erlang:' \
48 ${D}/${libdir}/erlang/erts-*/bin/$f ${D}/${libdir}/erlang/bin/$f 48 ${D}/${libdir}/erlang/erts-*/bin/$f ${D}/${libdir}/erlang/bin/$f
49 done 49 done
50} 50}
51 51