index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 19:01:51 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 19:01:51 +0200 |
commit | c9f93eb6d49ed3e5220c006e8fa881c9fbb44973 (patch) | |
tree | 862785b4d4852c7cfed4ef91ab5e7a54838220e4 | |
parent | 58d48c084c4740c41c842f2b184bb85f50d3245a (diff) |
-rw-r--r-- | community/ruby-delegate/PKGBUILD | 12 |
diff --git a/community/ruby-delegate/PKGBUILD b/community/ruby-delegate/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-delegate/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 + ' +)" + |