summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 746d69853af4..3671e68c7931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
bundle install \
- --path="$pkgdir/$_gemdir" \
+ --path="$pkgdir/usr/lib/" \
--standalone \
--gemfile "$srcdir/$pkgname/Gemfile" \
--no-prune \