Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6997ce7c
Commit
6997ce7c
authored
May 25, 2006
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
May 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineprefixcreate: Obtain wine and wineserver from the bindir, instead of relaying on the PATH.
parent
ee430bf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wineprefixcreate.in
tools/wineprefixcreate.in
+2
-2
No files found.
tools/wineprefixcreate.in
View file @
6997ce7c
...
...
@@ -168,13 +168,13 @@ done
cp
"
$datadir
/wine.inf"
"
$CROOT
/windows/inf/wine.inf"
export
WINEPREFIX
"
${
WINELOADER
:-
wine
}
"
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
"
${
WINELOADER
:-
$bindir
/
wine
}
"
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
# Wait for the wineserver to finish
if
[
$do_wait
=
1
]
then
"
${
WINESERVER
:-
wineserver
}
"
-w
"
${
WINESERVER
:-
$bindir
/
wineserver
}
"
-w
fi
if
[
$quiet
=
0
]
...
...
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