index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-08 12:38:58 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-08 12:38:58 +0200 |
commit | 426b293f55a6e3cf4c58db8d3553a330e861a42c (patch) | |
tree | 2103d5dd1f028ca345a80dd4d33457d7b782432c /community/ruby-io-console | |
parent | 61a6ea38af60b1ffc614ee954725c578b6ebe1aa (diff) |
-rw-r--r-- | community/ruby-io-console/PKGBUILD | 5 |
diff --git a/community/ruby-io-console/PKGBUILD b/community/ruby-io-console/PKGBUILD index c9fc0867..e4a5d80a 100644 --- a/community/ruby-io-console/PKGBUILD +++ b/community/ruby-io-console/PKGBUILD @@ -1,3 +1,7 @@ +# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr +# and depend on 'ruby' +makedepends=(ruby-bootstrap) + # install to final destination in /usr and not into /opt/ruby-xxx eval "$( declare -f package | \ @@ -6,3 +10,4 @@ eval "$( ' )" +unset check |