http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bed485
)
Suggest make uninstall in case the user tried make install.
author
Jon Griffiths
<jon_p_griffiths@yahoo.com>
Wed, 23 Feb 2005 20:57:14 +0000
(20:57 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 23 Feb 2005 20:57:14 +0000
(20:57 +0000)
tools/wineinstall
patch
|
blob
|
blame
|
history
diff --git
a/tools/wineinstall
b/tools/wineinstall
index 97753f0c6e667919a4117fcca5c00d7bf24fe2cd..65b5c6564c98530b643ee2a25bc62725bec1d738 100755
(executable)
--- a/
tools/wineinstall
+++ b/
tools/wineinstall
@@
-160,6
+160,8
@@
then {
echo "Warning !! wine binary (still) found, which may indicate"
echo "a (conflicting) previous installation."
echo "You might want to abort and uninstall Wine first."
+ echo "(If you previously tried to install from source manually, "
+ echo "run 'make uninstall' from the wine root directory)"
std_sleep
fi