diff options
Diffstat (limited to 'community/subtle/PKGBUILD')
-rw-r--r-- | community/subtle/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index 6a1774787..3f54b2072 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 <angvp@archlinux.org> # Contributor: unexist <unexist@dorfelite.net> # Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com> 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" 'mips64el') 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 } |