index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby/PKGBUILD | 17 |
diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD deleted file mode 100644 index 2ee10842..00000000 --- a/community/ruby/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# patch architecture in helper shared libs -if [ "${CARCH}" = "pentium4" -o "${CARCH}" = "i686" ]; then - eval "$( - declare -f package_ruby | \ - sed ' - s|x86_64-linux|i686-linux|g - ' - )" -fi -if [ "${CARCH}" = "i486" ]; then - eval "$( - declare -f package_ruby | \ - sed ' - s|x86_64-linux|i486-linux|g - ' - )" -fi |