updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / ies4linux / remove-wineprefixcreate.patch
blob8d9976aadb2c19c61a279480970e46218888e5d5
1 diff -wbBur ies4linux-2.99.0.1/lib/functions.sh ies4linux-2.99.0.1.my/lib/functions.sh
2 --- ies4linux-2.99.0.1/lib/functions.sh 2007-11-26 06:28:16.000000000 +0000
3 +++ ies4linux-2.99.0.1.my/lib/functions.sh 2010-06-03 15:01:02.000000000 +0000
4 @@ -242,8 +242,6 @@
5 function create_wine_prefix {
6 if which wineprefixcreate &> /dev/null; then
7 ( wineprefixcreate 2>&1 ) | debugPipe
8 - else
9 - error $MSG_ERROR_NO_WINEPREFIXCREATE
13 diff -wbBur ies4linux-2.99.0.1/lib/install.sh ies4linux-2.99.0.1.my/lib/install.sh
14 --- ies4linux-2.99.0.1/lib/install.sh 2007-11-26 06:28:16.000000000 +0000
15 +++ ies4linux-2.99.0.1.my/lib/install.sh 2010-06-03 15:01:09.000000000 +0000
16 @@ -423,7 +423,6 @@
18 subsection $MSG_CREATING_PREFIX
19 set_wine_prefix "$BASEDIR/ie1/"
20 - wineprefixcreate &> /dev/null
21 clean_tmp
23 subsection $MSG_EXTRACTING_CABS