index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby-benchmark/PKGBUILD | 5 |
diff --git a/community/ruby-benchmark/PKGBUILD b/community/ruby-benchmark/PKGBUILD index c9fc0867..e4a5d80a 100644 --- a/community/ruby-benchmark/PKGBUILD +++ b/community/ruby-benchmark/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 |