mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs fix
This commit is contained in:
parent
4bd4d9319d
commit
3ac1e80703
1 changed files with 0 additions and 3 deletions
|
@ -113,9 +113,6 @@ package() {
|
||||||
cp -r doc/api/{*.html,assets} \
|
cp -r doc/api/{*.html,assets} \
|
||||||
${pkgdir}/usr/share/doc/nodejs
|
${pkgdir}/usr/share/doc/nodejs
|
||||||
|
|
||||||
# compress man pages
|
|
||||||
find "$pkgdir"/usr/lib/node_modules/npm/man -type f | xargs gzip -9
|
|
||||||
|
|
||||||
install -D -m644 LICENSE \
|
install -D -m644 LICENSE \
|
||||||
${pkgdir}/usr/share/licenses/nodejs/LICENSE
|
${pkgdir}/usr/share/licenses/nodejs/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue