From 2d083f7b4d85892960e1baf048cd4d1974b5c7cb Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sat, 4 Aug 2012 04:43:31 +0000
Subject: [PATCH] extra/texlive-bin: fix typo

---
 extra/texlive-bin/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD
index 9f95d52e9..4ce33c456 100644
--- a/extra/texlive-bin/PKGBUILD
+++ b/extra/texlive-bin/PKGBUILD
@@ -51,7 +51,7 @@ md5sums=('220a4f4cc0d915bf8fcbcb553dcee1ae'
          '5190f3295eb9a604c5f17f5bd607299b')
 
 build() {
-   if [ "${CARCH} = "armv6h" -o "${CARCH}" = "armv7h" ]; then
+   if [ "${CARCH}" = "armv6h" -o "${CARCH}" = "armv7h" ]; then
      export CFLAGS="${CFLAGS} -fPIC"
      export CXXFLAGS="${CXXFLAGS} -fPIC"
    fi