From cb5d828d7401c0918e2af3250228b770870a6283 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Oct 2022 10:51:02 +0200 Subject: community/ruby-rake: rebuild for using ruby instead of ruby-bootstrap --- community/ruby-rake/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/ruby-rake/PKGBUILD') diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index 961dcd18..b440e9e6 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,12 +1,11 @@ -# bootstrapping with ruby-bootstrap in /opt/ruby-xxx -depends=(${depends[@]//ruby/}) -depends+='ruby-bootstrap' +# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr +# and depend on 'rust' +makedepends=(ruby-bootstrap) -# create /opt/ruby-xxx/bin +# install to final destination in /usr and not into /opt/ruby-xxx eval "$( declare -f package | \ sed ' - /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin + s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g ' )" - -- cgit v1.2.3-70-g09d2