From 6182e7af4cde97cbf8a0f242a29382c7055f7c63 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Oct 2022 20:37:59 +0200 Subject: another ruby-rake thing --- community/ruby-rake-compiler/PKGBUILD | 5 ++--- community/ruby-rake/PKGBUILD | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'community') diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD index c24ebfd2..019e82a9 100644 --- a/community/ruby-rake-compiler/PKGBUILD +++ b/community/ruby-rake-compiler/PKGBUILD @@ -1,12 +1,11 @@ # 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 ' - /_gemdir/ a mkdir -p "${pkgdir}"/opt/"${pkgname}-${pkgver}" + s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g + /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin/ ' )" diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index 61f28512..013d5c83 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,9 +1,8 @@ -makedepends+=(ruby-bootstrap) - # install to final destination in /usr and not into /opt/ruby-xxx eval "$( declare -f package | \ sed ' - /_gemdir/ a mkdir -p "${pkgdir}"/opt/"${pkgname}-${pkgver}" + s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g + /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin/ ' )" -- cgit v1.2.3-54-g00ecf