Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake-compiler
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 16:46:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 16:46:18 +0200
commitb528897482dfdef44dd68d098b7e78b1450a934c (patch)
tree8f82191e36f5bde10a10f36d3b010d02e339818a /community/ruby-rake-compiler
parent708f3a36657b62ef51f420a5f7349e677661290c (diff)
community/ruby-rake: building for ruby-bootstrap into /opt first
Diffstat (limited to 'community/ruby-rake-compiler')
-rw-r--r--community/ruby-rake-compiler/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD
index 1cd5ffb6..04101c7e 100644
--- a/community/ruby-rake-compiler/PKGBUILD
+++ b/community/ruby-rake-compiler/PKGBUILD
@@ -3,12 +3,3 @@ depends=(ruby-bootstrap)
# no documentation during bootstrapping
makedepends=(${makedepends[@]//ruby-rdoc/})
-
-# install to final destination in /usr and not into /opt/ruby-xxx
-eval "$(
- declare -f package | \
- sed '
- s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g
- '
-)"
-