Commit ff82ce24 authored by Srivatsa Kanchi, R's avatar Srivatsa Kanchi, R Committed by Alexandre Julliard

wineprefixcreate: Set correct LD_LIBRARY_PATH.

parent b77ac326
......@@ -74,9 +74,9 @@ then
WINESERVER="$topdir/server/wineserver"
if [ -n "$LD_LIBRARY_PATH" ]
then
LD_LIBRARY_PATH="$topdir/libs:$LD_LIBRARY_PATH"
LD_LIBRARY_PATH="$topdir/libs/wine:$LD_LIBRARY_PATH"
else
LD_LIBRARY_PATH="$topdir/libs"
LD_LIBRARY_PATH="$topdir/libs/wine"
fi
export LD_LIBRARY_PATH
......
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