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 | efff936e689c611b7efaf4a6c2b7a7c01f422152 (patch) | |
tree | 6e2155464ca23364708d994bb5b51fafe3086d58 /community/ruby-rdoc | |
parent | fbfa1db216c4369caf80f5a66240d64f5cedd458 (diff) |
-rw-r--r-- | community/ruby-rdoc/PKGBUILD | 5 |
diff --git a/community/ruby-rdoc/PKGBUILD b/community/ruby-rdoc/PKGBUILD index d5ccec16..a1747efc 100644 --- a/community/ruby-rdoc/PKGBUILD +++ b/community/ruby-rdoc/PKGBUILD @@ -1,5 +1,6 @@ -# bootstrapping with ruby-bootstrap in /opt/ruby-xxx -depends=('ruby-bootstrap' 'ruby-psych') +# 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 "$( |