LibreOffice: remove commandSuffix, thanks to the previous commit.

This commit is contained in:
fbrosson
2018-10-02 19:51:02 +00:00
parent 9ced01b809
commit a242f586b2

View File

@@ -37,11 +37,6 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi
commandSuffix=$secondaryArchSuffix
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
fi
boostMinimumVersion=1.65.0
PROVIDES="
@@ -241,7 +236,7 @@ BUILD_PREREQUIRES="
cmd:python3.6
cmd:ucpp
cmd:which
cmd:xz$commandSuffix
cmd:xz
cmd:zip
"