Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake/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-rake/PKGBUILD
parent61a6ea38af60b1ffc614ee954725c578b6ebe1aa (diff)
community/ruby: try to with /opt bootstrapping without conflicting ruby
Diffstat (limited to 'community/ruby-rake/PKGBUILD')
-rw-r--r--community/ruby-rake/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD
index 80f7a4ab..67fe250e 100644
--- a/community/ruby-rake/PKGBUILD
+++ b/community/ruby-rake/PKGBUILD
@@ -1,7 +1,6 @@
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'ruby'
makedepends+=(ruby-bootstrap)
-depends=()
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
@@ -11,3 +10,5 @@ eval "$(
/_gemdir/ a mkdir -p "${pkgdir}"/usr/bin/
'
)"
+
+unset check