updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / ies4linux / wine-version.patch
blob135dfaab81eaf0639fe09bb4f45e92e5c644d26c
1 diff -rupN ies4linux-2.99.0.1.orig//lib/functions.sh ies4linux-2.99.0.1/lib/functions.sh
2 --- ies4linux-2.99.0.1.orig//lib/functions.sh 2011-02-17 15:54:06.403629608 -0500
3 +++ ies4linux-2.99.0.1/lib/functions.sh 2011-02-17 15:54:46.903629608 -0500
4 @@ -33,7 +33,7 @@ function init_variables {
5 # Find where wine is
6 function find_wine {
7 which wine &> /dev/null || error $MSG_ERROR_INSTALL_WINE
8 - wine --version 2>&1 | grep -q "0.9." || warning $MSG_WARNING_OLDWINE
9 + wine --version 2>&1 | grep -q "0.9.\|\-1." || warning $MSG_WARNING_OLDWINE
12 # check for cabextract