| Index: src/platform/update_engine/postinstall_runner_action.cc
|
| diff --git a/src/platform/update_engine/postinstall_runner_action.cc b/src/platform/update_engine/postinstall_runner_action.cc
|
| index 4122860739d0d95ca40142916aa2499270c29bfd..98de1bd0e4149b39ee39cdcf2d2a32f9fb81062c 100644
|
| --- a/src/platform/update_engine/postinstall_runner_action.cc
|
| +++ b/src/platform/update_engine/postinstall_runner_action.cc
|
| @@ -12,7 +12,7 @@ namespace chromeos_update_engine {
|
| using std::string;
|
|
|
| namespace {
|
| -const string kMountPath(utils::kStatefulPartition + "/au_destination");
|
| +const string kMountPath(string(utils::kStatefulPartition) + "/au_destination");
|
| const string kPostinstallScript("/postinst");
|
| }
|
|
|
|
|