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

Ionut Biru ibiru at archlinux.org
Wed Sep 1 20:25:10 UTC 2010


    Date: Wednesday, September 1, 2010 @ 16:25:09
  Author: ibiru
Revision: 89576

upgpkg: ruby 1.9.2_p0-2
remove documentation for ruby package

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-01 19:14:34 UTC (rev 89575)
+++ PKGBUILD	2010-09-01 20:25:09 UTC (rev 89576)
@@ -6,7 +6,7 @@
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.2_p0
 _pkgver=1.9.2-p0
-pkgrel=1
+pkgrel=2
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
 url="http://www.ruby-lang.org/en/"
@@ -34,7 +34,7 @@
   optdepends=('tk: for Ruby/TK')
 
   cd "${srcdir}/${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-nodoc
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 




More information about the arch-commits mailing list