From 8da98728a98fa4e6e0b777cc218d07fd72431ce3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Oct 2022 18:40:30 +0200 Subject: community/ruby-rake: patching ruby in shell wrappers --- community/ruby-rake/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community') diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index 67fe250e..a6209e1b 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,13 +1,16 @@ # building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr # and depend on 'ruby' makedepends+=(ruby-bootstrap) +depends=() # 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 + 3 i PATH="/opt/ruby-bootstrap-3.0.4/bin:${PATH}" /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin/ + $ i sed -i "1s|.*|#\!/usr/bin/ruby|" "${pkgdir}"/usr/bin/rake ' )" -- cgit v1.2.3-54-g00ecf