mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/texlive-bin: fix typo
This commit is contained in:
parent
48fa10cf51
commit
2d083f7b4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue