From ea8de9ebb1a701e84258ece4bfdc8178c6f65919 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 14 Jan 2018 16:39:10 +0000 Subject: [PATCH] partio: fix a latent bug in the call to defineDebugInfoPackage. $secondaryArchSuffix (as well as $commandSuffix) should not be used in the call to defineDebugInfoPackage. Obviously, this latent bug did not affect any primary arch nor the x86 2nd arch because commandSuffix is set to the empty string in that case. --- media-libs/partio/partio-1.1.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/partio/partio-1.1.0.recipe b/media-libs/partio/partio-1.1.0.recipe index 8267afca3..41144f6d7 100644 --- a/media-libs/partio/partio-1.1.0.recipe +++ b/media-libs/partio/partio-1.1.0.recipe @@ -69,10 +69,10 @@ BUILD_PREREQUIRES=" " defineDebugInfoPackage partio$secondaryArchSuffix \ - $commandBinDir/partattr$commandSuffix \ - $commandBinDir/partconv$commandSuffix \ - $commandBinDir/partinfo$commandSuffix \ - $commandBinDir/partview$commandSuffix + $commandBinDir/partattr \ + $commandBinDir/partconv \ + $commandBinDir/partinfo \ + $commandBinDir/partview BUILD() {