Mount directory related to locale files
authorHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 17 Oct 2013 11:00:45 +0000 (20:00 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 17 Oct 2013 11:03:40 +0000 (20:03 +0900)
Change-Id: I322f51cbbb2955f7301b3d5b8596b1352eda8042
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/osp-env-config.c

index e3c07f4..bd593e0 100644 (file)
@@ -219,6 +219,7 @@ mount_native_paths(const char* app_rootpath)
                { "/sys/kernel/debug",  "./sys/kernel/debug" },
                { "/tmp",                               "./tmp" },
                { "/usr",                               "./usr" },
+               { "/usr/share/locale",  "./usr/share/locale" },
                { "/var",                               "./var" },
                { "/var/run",                   "./var/run" },
                { "/opt",                               "./opt" },
@@ -332,6 +333,7 @@ mount_linux_paths(const char* app_rootpath)
                { "/system",                    "./system" },
                { "/tmp",                               "./tmp" },
                { "/usr",                               "./usr" },
+               { "/usr/share/locale",  "./usr/share/locale" },
                { "/var",                               "./var" },
                { "/var/run",                   "./var/run" },
                { "/opt",                               "./opt" },