From b528897482dfdef44dd68d098b7e78b1450a934c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 16:46:18 +0200 Subject: community/ruby-rake: building for ruby-bootstrap into /opt first --- community/ruby-rake-compiler/PKGBUILD | 9 --------- community/ruby-rake/PKGBUILD | 9 --------- 2 files changed, 18 deletions(-) (limited to 'community') diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD index 1cd5ffb6..04101c7e 100644 --- a/community/ruby-rake-compiler/PKGBUILD +++ b/community/ruby-rake-compiler/PKGBUILD @@ -3,12 +3,3 @@ depends=(ruby-bootstrap) # no documentation during bootstrapping makedepends=(${makedepends[@]//ruby-rdoc/}) - -# 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 - ' -)" - diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index f41379db..90a27a2a 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,12 +1,3 @@ # 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 - ' -)" - -- cgit v1.2.3-54-g00ecf