Commit 6997ce7c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

wineprefixcreate: Obtain wine and wineserver from the bindir, instead of relaying on the PATH.

parent ee430bf7
......@@ -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 ]
......
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