yaddns: add missing "then".

This commit is contained in:
fbrosson
2018-10-20 15:56:17 +00:00
parent 6505e301e0
commit c1174ff13c

View File

@@ -11,13 +11,12 @@ SOURCE_DIR="yaddns-yaddns-$portVersion"
PATCHES="yaddns-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
if [ "$targetArchitecture" = x86_gcc2 ]
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi
commandBinDir=$binDir
if [ "$targetArchitecture" = x86_gcc2 ]
then
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi