[arch-commits] Commit in nodejs/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 2 15:29:16 UTC 2013


    Date: Sunday, June 2, 2013 @ 17:29:15
  Author: bpiotrowski
Revision: 92184

upgpkg: nodejs 0.10.9-2

- include CSS files for fancy documentation (FS#35591)

Modified:
  nodejs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 13:36:47 UTC (rev 92183)
+++ PKGBUILD	2013-06-02 15:29:15 UTC (rev 92184)
@@ -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 @@
 
   # 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 \




More information about the arch-commits mailing list