mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs pkgbuild fixes
This commit is contained in:
parent
f72dc6caca
commit
fed6838e23
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ optdepends=('openssl: TLS support')
|
|||
options=('!emptydirs')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz"
|
||||
'nodejs-armv5t.patch')
|
||||
md5sums=('c2d2aee123a141ba8431855f1d9c8200'
|
||||
md5sums=('f5669a9717422b811c6bad1cc961b1e5'
|
||||
'27eb4bfa8da9707b6b326e47e99995de')
|
||||
|
||||
build() {
|
||||
|
@ -64,7 +64,7 @@ package() {
|
|||
|
||||
# install docs as per user request
|
||||
install -d ${pkgdir}/usr/share/doc/nodejs
|
||||
cp -r doc/api/api/* \
|
||||
cp -r doc/api/* \
|
||||
${pkgdir}/usr/share/doc/nodejs
|
||||
|
||||
install -D -m644 LICENSE \
|
||||
|
|
Loading…
Reference in a new issue