index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 17:19:06 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 17:19:06 +0200 |
commit | 54a2344a01bd3de75fa3f1300ed81bae91c7919e (patch) | |
tree | e794761c472db9e932a86dee37e638cff1dce7b2 /community | |
parent | 07b3c076354be43d0df5221a839421e1d9bf56aa (diff) |
-rw-r--r-- | community/asciidoctor/PKGBUILD | 15 |
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 + ' +)" |