index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 17:31:16 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 17:31:16 +0200 |
commit | f4f32b42e109c996e3e07e5095ec9e1a9541f9c8 (patch) | |
tree | fa493a495e4317380884cc5de1d7e8fe4b0fdace /community | |
parent | e799d6160760a049af4f8908538414be65048185 (diff) |
-rw-r--r-- | community/ruby-bigdecimal/PKGBUILD | 6 |
diff --git a/community/ruby-bigdecimal/PKGBUILD b/community/ruby-bigdecimal/PKGBUILD index f41379db..a1747efc 100644 --- a/community/ruby-bigdecimal/PKGBUILD +++ b/community/ruby-bigdecimal/PKGBUILD @@ -1,6 +1,6 @@ -# 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) # install to final destination in /usr and not into /opt/ruby-xxx eval "$( |