Kaydet (Commit) 9d365466 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: disable the special handling of the user profile

This should be unnecessary for the one step updating strategy.

Change-Id: I8dddeae4fb4a560a1c261c0c2e84183d72fc638c
Reviewed-on: https://gerrit.libreoffice.org/40656Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst c74fbd43
......@@ -332,6 +332,8 @@ namespace {
bool is_userprofile_in_instdir()
{
return false;
/*
// the algorithm is:
// 1.) if userprofile path length is smaller than installation dir,
// the profile is surely not in instdir
......@@ -350,6 +352,7 @@ bool is_userprofile_in_instdir()
return false;
return NS_tstrncmp(userprofile, gInstallDirPath, installdir_len) == 0;
*/
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment