From 54a2344a01bd3de75fa3f1300ed81bae91c7919e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Oct 2022 17:19:06 +0200 Subject: community/asciidoctor: trying to build after ruby upgrade --- community/asciidoctor/PKGBUILD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/asciidoctor/PKGBUILD (limited to 'community') diff --git a/community/asciidoctor/PKGBUILD b/community/asciidoctor/PKGBUILD new file mode 100644 index 00000000..99c8af6b --- /dev/null +++ b/community/asciidoctor/PKGBUILD @@ -0,0 +1,15 @@ +# bootstrapped packages in first step from /opt/ruby- contain +# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have +# wrong architecture strings in native library code +eval "$( + declare -f build | \ + sed ' + 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux + ' +)" +eval "$( + declare -f package | \ + sed ' + 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux + ' +)" -- cgit v1.2.3-54-g00ecf