From 426b293f55a6e3cf4c58db8d3553a330e861a42c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Oct 2022 12:38:58 +0200 Subject: community/ruby: try to with /opt bootstrapping without conflicting ruby --- community/ruby-psych/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/ruby-psych/PKGBUILD') diff --git a/community/ruby-psych/PKGBUILD b/community/ruby-psych/PKGBUILD index 9a1a2c83..e4a5d80a 100644 --- a/community/ruby-psych/PKGBUILD +++ b/community/ruby-psych/PKGBUILD @@ -1,6 +1,6 @@ # building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr # and depend on 'ruby' -makedepends+=(ruby-bootstrap) +makedepends=(ruby-bootstrap) # install to final destination in /usr and not into /opt/ruby-xxx eval "$( @@ -10,3 +10,4 @@ eval "$( ' )" +unset check -- cgit v1.2.3-54-g00ecf