mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user