extra/texlive-bin: fix typo

This commit is contained in:
Kevin Mihelich 2012-08-04 04:43:31 +00:00
parent 48fa10cf51
commit 2d083f7b4d

View file

@ -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