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