Commit 79114046 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

--update is no longer needed with wineprefixcreate.

parent b99dfb0c
...@@ -464,9 +464,9 @@ then { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment