summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNahuel Morata2017-12-26 23:14:59 -0300
committerNahuel Morata2017-12-26 23:14:59 -0300
commit2cfc9d6aa5a30512f1b8acdbf91d53dd38dddeb3 (patch)
tree972e46bd18d453b10f8e3d3988ce956f36e46329 /PKGBUILD
parentad6777714cd0451d20adbad594edc09dc0059de6 (diff)
downloadaur-2cfc9d6aa5a30512f1b8acdbf91d53dd38dddeb3.tar.gz
Arreglo del archivo bundle
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c445429c4ff..41ec6177a22c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ prepare() {
build() {
cd "$_origname-$pkgver"
- bundle install
+ ~/.gem/ruby/$(ls ~/.gem/ruby | tail -n 1)/bin/bundle install
}
package() {