Commit 8724ea85 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Made wineinstall a bit more verbose.

parent b48fd547
...@@ -122,7 +122,7 @@ then { ...@@ -122,7 +122,7 @@ then {
if ! [ -f configure ] if ! [ -f configure ]
then { then {
echo "You're running this from the wrong directory." 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 exit 1
} }
fi fi
...@@ -141,6 +141,7 @@ if [ $RET -eq 0 ]; then ...@@ -141,6 +141,7 @@ if [ $RET -eq 0 ]; then
echo Done. echo Done.
else else
echo "FAILED. Probably you aren't installing as root." echo "FAILED. Probably you aren't installing as root."
echo "Expect problems (library conflicts with existing install etc.)."
fi fi
else else
echo "Sorry, I won't install Wine when an rpm version is still installed." echo "Sorry, I won't install Wine when an rpm version is still installed."
......
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