This commit is contained in:
miqlas
2018-03-24 13:37:22 +01:00
committed by GitHub
parent 17f84ee300
commit 5780c5b3db

View File

@@ -19,9 +19,9 @@ ARCHITECTURES="?x86 x86_64"
SECONDARY_ARCHITECTURES="?x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
commandSuffix =$secondaryArchSuffix
commandSuffix=$secondaryArchSuffix
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix =
commandSuffix=
fi
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"