Module: wine Branch: master Commit: d869bd6265f409b8478cc72505cb075db37d2992 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d869bd6265f409b8478cc72505...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 14 12:24:14 2008 +0200
wineprefixcreate: Added a deprecation warning.
---
tools/wineprefixcreate.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index 4d5aaf0..afdfc84 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -111,6 +111,10 @@ do esac done
+echo "Note: wineprefixcreate is deprecated and shouldn't be needed anymore." 1>&2 +echo " WINEPREFIX creation and updates now happen automatically when needed." 1>&2 +echo 1>&2 + WINEPREFIX="${WINEPREFIX:-$HOME/.wine}"
if [ -d "$WINEPREFIX" ] || mkdir "$WINEPREFIX"; then :