From 299e917c17619f800f0c21cf43209065b608223f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Feb 2012 23:15:21 +0000 Subject: Fri Feb 24 23:15:21 UTC 2012 --- community/subtle/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'community/subtle') diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index 533de4e94..d63b9450e 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65317 2012-02-20 23:41:01Z angvp $ +# $Id: PKGBUILD 66362 2012-02-24 01:53:44Z tdziedzic $ # Maintainer: Angel Velasquez # Contributor: unexist # Past Contributors: Abakus , TDY , Xilon pkgname=subtle pkgver=0.10.3008 -pkgrel=3 +pkgrel=4 pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" arch=("i686" "x86_64") url="http://subtle.subforge.org" @@ -20,5 +20,9 @@ md5sums=('10961e02f45a7ce9fc7ca5b11360f001') build() { cd "$srcdir/$pkgname-$pkgver-nu" + + # use vendor_ruby instead of site_ruby + sed -e 's/RbConfig::CONFIG\["sitelibdir"\]/RbConfig::CONFIG\["vendorlibdir"\]/' -i Rakefile + rake destdir=$pkgdir install } -- cgit v1.2.3-54-g00ecf