mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/nodejs to 0.10.28-3
This commit is contained in:
parent
3721cb01cb
commit
86483cd4b0
1 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.28
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -90,7 +90,7 @@ build() {
|
|||
check() {
|
||||
cd node-v${pkgver}
|
||||
|
||||
make test || true
|
||||
make test || ;
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -112,9 +112,8 @@ package() {
|
|||
install -D -m644 LICENSE \
|
||||
${pkgdir}/usr/share/licenses/nodejs/LICENSE
|
||||
|
||||
|
||||
# Why the hell wasn't this installed?! FS#40221
|
||||
ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp "$pkgdir"/usr/bin/node-gyp
|
||||
ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue