index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:27 +0200 |
commit | d0e510a5e1df95e16b3a4e471ec44f9e73df9e85 (patch) | |
tree | 2f8be7d2e21dd1ecd96f824f5fb7453927bc9e10 /community | |
parent | 2f9c69ba4ab8b5ed66cb423946ec7e723f2894c6 (diff) |
-rw-r--r-- | community/ruby-racc/PKGBUILD | 12 |
diff --git a/community/ruby-racc/PKGBUILD b/community/ruby-racc/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-racc/PKGBUILD @@ -0,0 +1,12 @@ +# bootstrapping with ruby-bootstrap in /opt/ruby-xxx +depends=(${depends[@]//ruby/}) +depends+='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 + ' +)" + |