index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby-rake/PKGBUILD | 8 |
diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD index b440e9e6..2c0767fc 100644 --- a/community/ruby-rake/PKGBUILD +++ b/community/ruby-rake/PKGBUILD @@ -1,11 +1,3 @@ # building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr # and depend on 'rust' 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 - ' -)" |