index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 14:47:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 14:47:26 +0200 |
commit | 2458bc4a3c03eb574e963515111c2de7f6c23038 (patch) | |
tree | 32a1df73971bf4acb090a2c6cf75bba61f0d1376 /community/ruby-rexml | |
parent | 50ee2e401da867c9c50d9210cb711c564a155ce8 (diff) |
-rw-r--r-- | community/ruby-rexml/PKGBUILD | 17 |
diff --git a/community/ruby-rexml/PKGBUILD b/community/ruby-rexml/PKGBUILD new file mode 100644 index 00000000..472071e2 --- /dev/null +++ b/community/ruby-rexml/PKGBUILD @@ -0,0 +1,17 @@ +# 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 + ' +)" + +unset check |