diff options
author | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
commit | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch) | |
tree | 1d7dc66a7f904a5e311c2924518469c9b72a3c82 /community/nodejs/PKGBUILD | |
parent | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff) |
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r-- | community/nodejs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 8b1c40d5a..27d84001f 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92090 2013-05-31 11:38:30Z bpiotrowski $ +# $Id: PKGBUILD 92185 2013-06-02 15:29:37Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -9,7 +9,7 @@ pkgname=nodejs pkgver=0.10.9 -pkgrel=1 +pkgrel=2 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') url='http://nodejs.org/' @@ -56,7 +56,7 @@ package() { # install docs as per user request install -d "$pkgdir"/usr/share/doc/nodejs - cp -r doc/api/*.html \ + cp -r doc/api/{*.html,assets} \ "$pkgdir"/usr/share/doc/nodejs install -D -m644 LICENSE \ |