From b4fee7e3d23677ca94cbcfef28b7ecb9472c3170 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Oct 2022 20:26:20 +0200 Subject: and back to /opt --- community/ruby-rake-compiler/PKGBUILD | 4 +++- community/ruby-rake/PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD index d2adfeaa..c24ebfd2 100644 --- a/community/ruby-rake-compiler/PKGBUILD +++ b/community/ruby-rake-compiler/PKGBUILD @@ -1,10 +1,12 @@ # no documentation during bootstrapping makedepends=(${makedepends[@]//ruby-rdoc/}) +makedepends+=(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 + /_gemdir/ a mkdir -p "${pkgdir}"/opt/"${pkgname}-${pkgver}" ' )" diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index 0cd466de..61f28512 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,7 +1,9 @@ +makedepends+=(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 + /_gemdir/ a mkdir -p "${pkgdir}"/opt/"${pkgname}-${pkgver}" ' )" -- cgit v1.2.3-54-g00ecf