index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby/PKGBUILD | 8 |
diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD new file mode 100644 index 00000000..eea7249e --- /dev/null +++ b/community/ruby/PKGBUILD @@ -0,0 +1,8 @@ +# patch architecture in helper shared libs +eval "$( + declare -f package_ruby | \ + sed ' + s|x86_64-linux|i686-linux|g + ' +)" + |