mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Adapt the check for configure need to the one used in LyX::queryUserLyXDir()
We should refactor the check
This commit is contained in:
parent
45188eda77
commit
29a735463a
@ -1060,7 +1060,9 @@ int TeX2LyXApp::run()
|
||||
if (configFileNeedsUpdate("lyxrc.defaults") ||
|
||||
configFileNeedsUpdate("lyxmodules.lst") ||
|
||||
configFileNeedsUpdate("textclass.lst") ||
|
||||
configFileNeedsUpdate("packages.lst"))
|
||||
configFileNeedsUpdate("packages.lst") ||
|
||||
configFileNeedsUpdate("lyxciteengines.lst") ||
|
||||
configFileNeedsUpdate("xtemplates.lst"))
|
||||
package().reconfigureUserLyXDir("");
|
||||
fileUnlock(fd, lock_file.c_str());
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user