*/*: fix npm install error message
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1a112d3444
commit
da69c4ae46
|
@ -39,7 +39,7 @@ src_install() {
|
||||||
--global \
|
--global \
|
||||||
--prefix "${ED}"/usr \
|
--prefix "${ED}"/usr \
|
||||||
--cache "${T}"/npm-cache \
|
--cache "${T}"/npm-cache \
|
||||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ src_install() {
|
||||||
--global \
|
--global \
|
||||||
--prefix "${ED}"/usr \
|
--prefix "${ED}"/usr \
|
||||||
--cache "${T}"/npm-cache \
|
--cache "${T}"/npm-cache \
|
||||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ src_install() {
|
||||||
--global \
|
--global \
|
||||||
--prefix "${ED}"/usr \
|
--prefix "${ED}"/usr \
|
||||||
--cache "${T}"/npm-cache \
|
--cache "${T}"/npm-cache \
|
||||||
install "${DISTDIR}"/${P}.tgz || die "Compilation failed"
|
install "${DISTDIR}"/${P}.tgz || die "npm install failed"
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user