Path fixes - running wine from the source tree

Shachar Shemesh wine-patches at shemesh.biz
Sat Nov 29 18:39:16 CST 2003


Changelog
Shachar Shemesh <winecode at shemesh.biz>
tools/winewrapper

    * Add $topdir/tools to the path to allow correct running of wine
      from within the source tree


-- 
Shachar Shemesh
Open Source integration & consulting
Home page & resume - http://www.shemesh.biz/

The opinions expressed in this mail are my own, and do not necessarily
represent the opinions of my employer.
Wait! I am self employed! Hmm...

-------------- next part --------------
Index: tools/winewrapper
===================================================================
RCS file: /home/sun/sources/cvs/wine/tools/winewrapper,v
retrieving revision 1.8
diff -u -r1.8 winewrapper
--- tools/winewrapper	6 Nov 2003 01:17:56 -0000	1.8
+++ tools/winewrapper	30 Nov 2003 00:37:15 -0000
@@ -71,7 +71,8 @@
 WINEDLLPATH="$topdir/dlls:$topdir/programs"
 WINESERVER="$topdir/server/wineserver"
 WINELOADER="$topdir/loader/wine"
-export LD_LIBRARY_PATH WINEDLLPATH WINESERVER WINELOADER
+PATH="$topdir/tools:$PATH"
+export LD_LIBRARY_PATH WINEDLLPATH WINESERVER WINELOADER PATH
 
 # any local settings ?
 if [ -f "$topdir/.winewrapper" ]


More information about the wine-patches mailing list