summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunbin Lee <hyunbin.lee@samsung.com>2013-10-17 20:02:59 +0900
committerHyunbin Lee <hyunbin.lee@samsung.com>2013-10-17 20:03:13 +0900
commitd7574f32c63d1de5291a9b49ae05019cf0b15036 (patch)
tree1b31f2c2354f92109c771599bc5d85ece85056d6
parentd3bbf933c704e340e42914e4fa755d926dad7a41 (diff)
downloadinstaller-d7574f32c63d1de5291a9b49ae05019cf0b15036.tar.gz
installer-d7574f32c63d1de5291a9b49ae05019cf0b15036.tar.bz2
installer-d7574f32c63d1de5291a9b49ae05019cf0b15036.zip
Unmount directory related to locale files
Change-Id: I98c3a989f96aec7fa1c33532d1dd1fe5a8f17816 Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
-rwxr-xr-xsrc/Manager/CompatibilityManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Manager/CompatibilityManager.cpp b/src/Manager/CompatibilityManager.cpp
index fd4f20c..0181c36 100755
--- a/src/Manager/CompatibilityManager.cpp
+++ b/src/Manager/CompatibilityManager.cpp
@@ -144,6 +144,7 @@ CompatibilityManager::FinalizeDataCaging(const String& rootPath)
{ "./sys/kernel/debug" },
{ "./sys" },
{ "./tmp" },
+ { "./usr/share/locale" },
{ "./usr" },
{ "./var/run" },
{ "./var" },
@@ -352,6 +353,7 @@ CompatibilityManager::FinalizeVirtualRoot(const String& rootPath, const PackageI
{ "./sys" },
{ "./system" },
{ "./tmp" },
+ { "./usr/share/locale" },
{ "./usr" },
{ "./var/run" },
{ "./var" },