index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 11:48:34 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 11:48:34 +0200 |
commit | f46a42126157588cf50d933033d17deb5ef955f4 (patch) | |
tree | d9a50e3916debb00f9476903c31199ddb0e39c4b /community | |
parent | c81897585ba38fe9fc8d07119ebfdd613df6e240 (diff) |
-rw-r--r-- | community/ruby-io-console/PKGBUILD | 6 |
diff --git a/community/ruby-io-console/PKGBUILD b/community/ruby-io-console/PKGBUILD index f41379db..a1747efc 100644 --- a/community/ruby-io-console/PKGBUILD +++ b/community/ruby-io-console/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 "$( |