From 8724ea8573352636ede9aa14b4ef200758539778 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sat, 25 Nov 2000 01:23:32 +0000 Subject: [PATCH] Made wineinstall a bit more verbose. --- tools/wineinstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/wineinstall b/tools/wineinstall index e175a4947d1..8b7d5f11d46 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -122,7 +122,7 @@ then { if ! [ -f configure ] then { echo "You're running this from the wrong directory." - echo "Change to the Wine directory and try again." + echo "Change to the Wine source's main directory and try again." exit 1 } fi @@ -141,6 +141,7 @@ if [ $RET -eq 0 ]; then echo Done. else echo "FAILED. Probably you aren't installing as root." + echo "Expect problems (library conflicts with existing install etc.)." fi else echo "Sorry, I won't install Wine when an rpm version is still installed."