Am Mittwoch, 29. März 2006 10:47 schrieb Jean-Marc Lasgouttes:
> Are we sure that client.C initializes correctly these directories? I
> was too lazy to check :)

I thought that it did, but it does not. So I am going to revert this part 
of the patch.


Georg
Index: src/client/client.C
===================================================================
--- src/client/client.C	(Revision 13530)
+++ src/client/client.C	(Arbeitskopie)
@@ -14,7 +14,6 @@
 
 #include "debug.h"
 #include "support/lstrings.h"
-#include "support/package.h"
 
 #include <boost/filesystem/operations.hpp>
 #include <boost/lexical_cast.hpp>
@@ -459,7 +458,7 @@ int a(vector<char *> const & arg)
 }
 
 
-string mainTmp(lyx::support::package().temp_dir());
+string mainTmp("/tmp");
 
 
 int t(vector<char *> const & arg)

Reply via email to