diff options
Diffstat (limited to 'community/ruby-hpricot/APKBUILD')
-rw-r--r-- | community/ruby-hpricot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-hpricot/APKBUILD b/community/ruby-hpricot/APKBUILD index e176d91577..a776c698e4 100644 --- a/community/ruby-hpricot/APKBUILD +++ b/community/ruby-hpricot/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-hpricot _gemname=hpricot pkgver=0.8.6 -pkgrel=0 +pkgrel=1 pkgdesc="A swift, liberal HTML parser with a fantastic library (legacy)" url="https://github.com/hpricot/hpricot" arch="all" @@ -36,7 +36,7 @@ check() { } package() { - local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')" + local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')" cd "$builddir"/dist mkdir -p "$gemdir" |