mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
revert part of Enrico's temp dir patch: The client does not use package()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13531 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5a4d33d97e
commit
b3acb8ce8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user