Winewrap change

Shachar Shemesh wine-patches at shemesh.biz
Tue Dec 9 05:18:40 CST 2003


Slight change to winewrap
Changelog
Shachar Shemesh <winecode at shemesh.biz>
tools/winewrapper

    * Add tools into path for wine
    * When not installing wine, it is now enough to have an alias
      pointing "wine" to $sourcedir/wine. No need to set LD_PATH, PATH,
      or anything else.


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

-------------- 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