index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/asciidoctor/PKGBUILD | 15 |
diff --git a/community/asciidoctor/PKGBUILD b/community/asciidoctor/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/asciidoctor/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# 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 - ' -)" |