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