Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-irb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-irb/PKGBUILD')
-rw-r--r--community/ruby-irb/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/ruby-irb/PKGBUILD b/community/ruby-irb/PKGBUILD
index ac5587be..e4a5d80a 100644
--- a/community/ruby-irb/PKGBUILD
+++ b/community/ruby-irb/PKGBUILD
@@ -1,3 +1,7 @@
+# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
+# and depend on 'ruby'
+makedepends=(ruby-bootstrap)
+
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
declare -f package | \
@@ -6,5 +10,4 @@ eval "$(
'
)"
-# hangs sometimes
unset check