From fed84ccd82f3ee85a0597874c1bfc96c00e71f1b Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 28 Sep 2018 02:59:38 +0000 Subject: [PATCH] app-cdr/iat: drop commandSuffix, simplify PROVIDES. --- app-cdr/iat/iat-0.1.7.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-cdr/iat/iat-0.1.7.recipe b/app-cdr/iat/iat-0.1.7.recipe index 07339019f..e530b72a8 100644 --- a/app-cdr/iat/iat-0.1.7.recipe +++ b/app-cdr/iat/iat-0.1.7.recipe @@ -9,19 +9,19 @@ SOURCE_URI="https://downloads.sourceforge.net/iat.berlios/iat-$portVersion.tar.b CHECKSUM_SHA256="fb72c42f4be18107ec1bff8448bd6fac2a3926a574d4950a4d5120f0012d62ca" ARCHITECTURES="?x86_gcc2 x86 x86_64" +if [ "$targetArchitecture" = x86_gcc2 ]; then SECONDARY_ARCHITECTURES="x86" +fi # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. -commandSuffix=$secondaryArchSuffix commandBinDir=$binDir if [ "$targetArchitecture" = x86_gcc2 ]; then - commandSuffix= commandBinDir=$prefix/bin fi PROVIDES=" iat$secondaryArchSuffix = $portVersion - cmd:iat$commandSuffix = $portVersion + cmd:iat = $portVersion " REQUIRES=" haiku$secondaryArchSuffix