diff options
Diffstat (limited to 'community/ruby-rspec/APKBUILD')
-rw-r--r-- | community/ruby-rspec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-rspec/APKBUILD b/community/ruby-rspec/APKBUILD index ef343fbfe8..9a219d1b54 100644 --- a/community/ruby-rspec/APKBUILD +++ b/community/ruby-rspec/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rspec _gemname=${pkgname#ruby-} pkgver=3.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Behaviour Driven Development for Ruby" url="http://rspec.info/" arch="noarch" @@ -23,7 +23,7 @@ build() { } package() { - local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')" + local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')" cd "$builddir" gem install --local \ |