vision: Fix architecture check

variable architecture -> targetArchitecture
This commit is contained in:
Ingo Weinhold
2013-06-04 15:00:38 +02:00
parent f35419c138
commit c0b91677ef
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ COPYRIGHT="1999-2010 The Vision Team"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
if [ $architecture != x86_gcc2 ]; then
if [ $targetArchitecture != x86_gcc2 ]; then
PATCHES="vision-908-gcc4.patch"
fi