Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-open-uri/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-08 12:38:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-08 12:38:58 +0200
commit426b293f55a6e3cf4c58db8d3553a330e861a42c (patch)
tree2103d5dd1f028ca345a80dd4d33457d7b782432c /community/ruby-open-uri/PKGBUILD
parent61a6ea38af60b1ffc614ee954725c578b6ebe1aa (diff)
community/ruby: try to with /opt bootstrapping without conflicting ruby
Diffstat (limited to 'community/ruby-open-uri/PKGBUILD')
-rw-r--r--community/ruby-open-uri/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/ruby-open-uri/PKGBUILD b/community/ruby-open-uri/PKGBUILD
index 4a1cc29b..e4a5d80a 100644
--- a/community/ruby-open-uri/PKGBUILD
+++ b/community/ruby-open-uri/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 | \