From 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Jun 2013 00:08:24 -0700 Subject: Mon Jun 3 00:08:24 PDT 2013 --- community/nodejs/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/nodejs/PKGBUILD') 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 # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos @@ -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 \ -- cgit v1.2.3-54-g00ecf