diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-21 22:04:09 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:30 +0200 |
commit | e8358012c89c980dd6964a82d69bfaeb23a1f5c4 (patch) | |
tree | 530efc770d10eab54b29d0534a5d336cf617cc01 /onlineupdate | |
parent | 9304180abff7f213ce30d6c2ad31d5d8e8d455e7 (diff) |
better flexibility through configurable updated build directory
Change-Id: Icaa814cdcd27171fbafc2407d55161cdc13e750e
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/updater/updater.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx index 18cf8b2cc966..57ac77507a8b 100644 --- a/onlineupdate/source/update/updater/updater.cxx +++ b/onlineupdate/source/update/updater/updater.cxx @@ -2357,8 +2357,8 @@ ProcessReplaceRequest() NS_T("%s/Contents"), gWorkingDirPath); #else - NS_T("%s.bak/updated"), - gInstallDirPath); + NS_T("%s"), + gWorkingDirPath); #endif // First try to remove the possibly existing temp directory, because if this |