From af0e84ff8a75155739b44c9dc5df42f209d30b0b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 13:43:16 +0200 Subject: community/ruby: patch architecture libarry dirs --- community/ruby/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/ruby/PKGBUILD (limited to 'community/ruby') diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD new file mode 100644 index 00000000..eea7249e --- /dev/null +++ b/community/ruby/PKGBUILD @@ -0,0 +1,8 @@ +# patch architecture in helper shared libs +eval "$( + declare -f package_ruby | \ + sed ' + s|x86_64-linux|i686-linux|g + ' +)" + -- cgit v1.2.3-54-g00ecf