From 75b1bc45a0e39074e42b6a26a9f72ac2e049bdc1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Jul 2011 04:59:01 +0000 Subject: Thu Jul 7 04:59:01 UTC 2011 --- extra/ruby/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/ruby') diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 0cbf5438b..a829449da 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 125918 2011-05-31 21:19:50Z andrea $ +# $Id: PKGBUILD 127449 2011-06-15 09:33:37Z eric $ # Maintainer: # Contributor: Allan McRae # Contributor: John Proctor @@ -7,13 +7,13 @@ pkgbase=ruby pkgname=('ruby' 'ruby-docs') pkgver=1.9.2_p180 -pkgrel=2 +pkgrel=3 pkgdesc="An object-oriented language for quick and easy programming" arch=('i686' 'x86_64') url="http://www.ruby-lang.org/en/" license=('custom') makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz') -options=('!emptydirs') +options=('!emptydirs' '!makeflags') source=("ftp://ftp.ruby-lang.org/pub/${pkgbase}/1.9/${pkgbase}-${pkgver//_/-}.tar.bz2") md5sums=('68510eeb7511c403b91fe5476f250538') sha1sums=('10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5') @@ -44,6 +44,6 @@ package_ruby-docs() { depends=('ruby') cd "${srcdir}/${pkgbase}-${pkgver//_/-}" - make -j1 DESTDIR="${pkgdir}" install-doc install-capi + make DESTDIR="${pkgdir}" install-doc install-capi install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -- cgit v1.2.3-54-g00ecf