Module: wine Branch: master Commit: ff82ce24247e90fcc6cd7602c83f2a74301d3fa5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff82ce24247e90fcc6cd7602c8...
Author: Srivatsa Kanchi, R skanchi@nexthop.com Date: Wed Oct 11 15:09:13 2006 +0530
wineprefixcreate: Set correct LD_LIBRARY_PATH.
---
tools/wineprefixcreate.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index 7ac5c8c..d5d76dd 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -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