mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
nodejs4: fix build with dash
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user