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