index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:28 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:13:28 +0200 |
commit | ae9787191a971bf59113e37c1b71a7f48f503abe (patch) | |
tree | 9bbdfe018471c57778482e88fc50de32030686d2 /community/ruby-tmpdir | |
parent | 9a09bfcca9b7bb1152e7c84220c6977e18543d58 (diff) |
-rw-r--r-- | community/ruby-tmpdir/PKGBUILD | 12 |
diff --git a/community/ruby-tmpdir/PKGBUILD b/community/ruby-tmpdir/PKGBUILD new file mode 100644 index 00000000..f41379db --- /dev/null +++ b/community/ruby-tmpdir/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 + ' +)" + |