mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Drop some quotes to make the recipes consistent with the wiki.
The quotes around $binDir and $prefix are not needed in the definitions of commandBinDir. There are over 120 recipes which define commandBinDir, and *most* of them don't have quotes in the lines defining commandBinDir and commandSuffix. 15 recipes were not consistent with the wiki. Now they are.
This commit is contained in:
@@ -38,11 +38,11 @@ SOURCE_DIR="testdisk-$srcGitRev"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir="$prefix/bin"
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
#TODO: add SVG icon to qphotorec
|
||||
|
||||
Reference in New Issue
Block a user