config/options: case insensitive PVR=yes

this fixes #271
This commit is contained in:
Stefan Saraev 2012-04-12 23:08:32 +03:00
parent cb8ad9b451
commit 34687dc030

View File

@ -6,6 +6,9 @@ else
PROJECT="$PROJECT"
fi
# you are a noob: 'Yes' is not 'yes' :)
PVR=`echo $PVR | tr A-Z a-z`
# determines TARGET_ARCH, if not forced by user (i386 / x86_64 / arm)
# default is i386
if [ -z "$ARCH" ]; then