Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby/PKGBUILD')
-rw-r--r--community/ruby/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
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