diff options
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 58ca135273..d01a3c405b 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 |
