[arch-commits] CVS update of extra/devel/ruby (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Sep 30 18:07:22 UTC 2007


    Date: Sunday, September 30, 2007 @ 14:07:22
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/ruby

Modified: PKGBUILD (1.39 -> 1.40)

fixed smp issues/missing files


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: extra/devel/ruby/PKGBUILD
diff -u extra/devel/ruby/PKGBUILD:1.39 extra/devel/ruby/PKGBUILD:1.40
--- extra/devel/ruby/PKGBUILD:1.39	Sat Sep 29 07:02:36 2007
+++ extra/devel/ruby/PKGBUILD	Sun Sep 30 14:07:22 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.39 2007/09/29 11:02:36 andyrtr Exp $
+# $Id: PKGBUILD,v 1.40 2007/09/30 18:07:22 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributors: John Proctor <jproctor at prium.net>
 #               Jeramy Rutley <jrutley at gmail.com>
 pkgname=ruby
 pkgver=1.8.6_p110
 _pkgver=1.8.6-p110
-pkgrel=2
+pkgrel=3
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=(i686 x86_64)
 license=('custom')
@@ -23,7 +23,7 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
   #generate the ri docs
-  make DESTDIR=${startdir}/pkg install-doc
+  make -j1 DESTDIR=${startdir}/pkg install-doc
   install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
 




More information about the arch-commits mailing list