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:40 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-07 17:30:40 +0200
commitd9bfc80dc9a70a28019e7252750c59fc995ca089 (patch)
treef1a7ea954e85c13a21df9bab384aaebf5055ef46 /community
parent1012b0b474e2d21b52bd56e50384b34a172a5cf5 (diff)
community/rake: installing to /opt again
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rake/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD
index b440e9e6..2c0767fc 100644
--- a/community/ruby-rake/PKGBUILD
+++ b/community/ruby-rake/PKGBUILD
@@ -1,11 +1,3 @@
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'rust'
makedepends=(ruby-bootstrap)
-
-# 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
- '
-)"