--update is no longer needed with wineprefixcreate.

This commit is contained in:
Paul Vriens 2005-04-24 17:22:45 +00:00 committed by Alexandre Julliard
parent b99dfb0c1a
commit 791140468e
1 changed files with 2 additions and 2 deletions

View File

@ -464,9 +464,9 @@ then {
if [ "$WINEINSTALLED" = 'no' ] if [ "$WINEINSTALLED" = 'no' ]
then then
tools/wineprefixcreate --update --use-wine-tree . tools/wineprefixcreate --use-wine-tree .
else else
wineprefixcreate --update wineprefixcreate
fi fi
# create $LCONF using the default config file $WINEINI # create $LCONF using the default config file $WINEINI