forked from tastytea/overlay
*/*: fix npm install error message
This commit is contained in:
parent
1a112d3444
commit
da69c4ae46
|
@ -39,7 +39,7 @@ src_install() {
|
|||
--global \
|
||||
--prefix "${ED}"/usr \
|
||||
--cache "${T}"/npm-cache \
|
||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
||||
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ src_install() {
|
|||
--global \
|
||||
--prefix "${ED}"/usr \
|
||||
--cache "${T}"/npm-cache \
|
||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
||||
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ src_install() {
|
|||
--global \
|
||||
--prefix "${ED}"/usr \
|
||||
--cache "${T}"/npm-cache \
|
||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
||||
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user