Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/asciidoctor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/asciidoctor/PKGBUILD')
-rw-r--r--community/asciidoctor/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
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
+ '
+)"