Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-07 17:30:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-07 17:30:51 +0200
commit9686c288500a614d1687520d32d480118dbca00d (patch)
tree3746a8a57c75e2cfa3abdfa070a3e2a53b8c4a50 /community
parentd9bfc80dc9a70a28019e7252750c59fc995ca089 (diff)
community/ruby-rake-compiler: installing to /opt again
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rake-compiler/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD
index 95e1e7ee..6cae4819 100644
--- a/community/ruby-rake-compiler/PKGBUILD
+++ b/community/ruby-rake-compiler/PKGBUILD
@@ -4,11 +4,3 @@ makedepends=(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
- '
-)"