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 | bbed7b872324e6a9b0bf8a60ee764242669bc883 (patch) | |
tree | e4abf03e24d1423983702ba22a427c1aa37682df /community/ruby-date/PKGBUILD | |
parent | 164bbeae1b1de3947ad30396d0b76aa545b33bdf (diff) |
-rw-r--r-- | community/ruby-date/PKGBUILD | 6 |
diff --git a/community/ruby-date/PKGBUILD b/community/ruby-date/PKGBUILD index f41379db..a1747efc 100644 --- a/community/ruby-date/PKGBUILD +++ b/community/ruby-date/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 "$( |