diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-14 00:18:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:17:22 +0200 |
commit | d109b634ad4c16c271752b74578a83466ac23411 (patch) | |
tree | 221ab30b50d679dd8079228c3dc2c8bb41561f7f /meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | |
parent | e8b50616ac9742ee87b76676de9130527e07475d (diff) | |
download | meta-openembedded-d109b634ad4c16c271752b74578a83466ac23411.tar.gz |
nodejs4: fix build with dash
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb index 58ca13527..d01a3c405 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | |||
@@ -28,7 +28,7 @@ do_compile () { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | do_install () { | 30 | do_install () { |
31 | DESTDIR=${D} oe_runmake install | 31 | oe_runmake install DESTDIR=${D} |
32 | 32 | ||
33 | # fix namespace conflicts with other nodejs recipes | 33 | # fix namespace conflicts with other nodejs recipes |
34 | mv ${D}${bindir}/node ${D}${bindir}/node4 | 34 | mv ${D}${bindir}/node ${D}${bindir}/node4 |