[Erp5-report] r43493 luke - /erp5/trunk/buildout/software-profiles/xorg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 19 14:18:12 CET 2011


Author: luke
Date: Sat Feb 19 14:18:11 2011
New Revision: 43493

URL: http://svn.erp5.org?rev=43493&view=rev
Log:
 - fix path configuration, append to existing variable

Modified:
    erp5/trunk/buildout/software-profiles/xorg.cfg

Modified: erp5/trunk/buildout/software-profiles/xorg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/xorg.cfg?rev=43493&r1=43492&r2=43493&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] Sat Feb 19 14:18:11 2011
@@ -60,7 +60,7 @@ environment =
   PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
   LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
   LD_RUN_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
-  PATH=${libxslt:location}/bin
+  PATH=%(PATH)s:${libxslt:location}/bin
 
 [xextproto]
 recipe = hexagonit.recipe.cmmi



More information about the Erp5-report mailing list