From c1174ff13ca03a34fd2af186f17507e254b2fce8 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sat, 20 Oct 2018 15:56:17 +0000 Subject: [PATCH] yaddns: add missing "then". --- net-dns/yaddns/yaddns-1.1.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-dns/yaddns/yaddns-1.1.recipe b/net-dns/yaddns/yaddns-1.1.recipe index 87e45425a..7a9a938ea 100644 --- a/net-dns/yaddns/yaddns-1.1.recipe +++ b/net-dns/yaddns/yaddns-1.1.recipe @@ -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