mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 20:26:53 +00:00
nodejs4: fix build with dash
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e8b50616ac
commit
d109b634ad
@ -28,7 +28,7 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_install () {
|
||||
DESTDIR=${D} oe_runmake install
|
||||
oe_runmake install DESTDIR=${D}
|
||||
|
||||
# fix namespace conflicts with other nodejs recipes
|
||||
mv ${D}${bindir}/node ${D}${bindir}/node4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user