Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
8724ea85
Commit
8724ea85
authored
Nov 25, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made wineinstall a bit more verbose.
parent
b48fd547
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wineinstall
tools/wineinstall
+2
-1
No files found.
tools/wineinstall
View file @
8724ea85
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment