From 791140468ef284550496b42216774a7b73d6c3a4 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sun, 24 Apr 2005 17:22:45 +0000 Subject: [PATCH] --update is no longer needed with wineprefixcreate. --- tools/wineinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/wineinstall b/tools/wineinstall index 5b12c5a63d4..a4610c4a4b1 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -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