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
1bb7a9f7
Commit
1bb7a9f7
authored
Sep 29, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to catch the case of a non-writable source directory before
running configure.
parent
f3434c25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
wineinstall
tools/wineinstall
+8
-0
No files found.
tools/wineinstall
View file @
1bb7a9f7
...
...
@@ -183,6 +183,14 @@ then {
}
fi
if
[
!
-w
.
]
then
{
echo
"The source directory is not writable. You probably extracted the sources as root."
echo
"You should remove the source tree and extract it again as a normal user."
exit
1
}
fi
# check whether RPM installed, and if it is, remove any old wine rpm.
hash
rpm &>/dev/null
RET
=
$?
...
...
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