community/nodejs pkgbuild fixes

This commit is contained in:
Kevin Mihelich 2012-06-07 08:48:06 -04:00
parent f72dc6caca
commit fed6838e23

View file

@ -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 \