[tools/wineinstall] Remove the --update option

Paul Vriens Paul.Vriens at xs4all.nl
Sat Apr 23 15:40:46 CDT 2005


Hi,

after http://cvs.winehq.org/patch.py?id=17170, tools/wineinstall 'fails'
with:

Configuring Wine for a no-windows install in /data/wine-c...
Unknown option --update

This patch removes the --update from tools/wineinstall

Cheers,

Paul.

Changelog
  --update is no longer used.

Index: tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.72
diff -u -p -r1.72 wineinstall
--- tools/wineinstall   1 Mar 2005 10:38:23 -0000       1.72
+++ tools/wineinstall   23 Apr 2005 20:39:01 -0000
@@ -464,9 +464,9 @@ then {
  
   if [ "$WINEINSTALLED" = 'no' ]
   then
-      tools/wineprefixcreate --update --use-wine-tree .
+      tools/wineprefixcreate --use-wine-tree .
   else
-      wineprefixcreate --update
+      wineprefixcreate
   fi
  
   # create $LCONF using the default config file $WINEINI





More information about the wine-patches mailing list