mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs to 0.10.9-2
This commit is contained in:
parent
e67168446c
commit
ad010ddfe6
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -101,7 +101,7 @@ package() {
|
|||
|
||||
# install docs as per user request
|
||||
install -d ${pkgdir}/usr/share/doc/nodejs
|
||||
cp -r doc/api/* \
|
||||
cp -r doc/api/{*.html,assets} \
|
||||
${pkgdir}/usr/share/doc/nodejs
|
||||
|
||||
# compress man pages
|
||||
|
|
Loading…
Reference in a new issue