Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake/PKGBUILD
blob: 0cd466deb4dc30d0153e14f44e46b5d88220a9ce (plain)
1
2
3
4
5
6
7
# 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
    '
)"