diff options
-rwxr-xr-x | inc/InstallerDefs.h | 2 | ||||
-rwxr-xr-x | src/Manager/CompatibilityManager.cpp | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h index d04bd4b..88cb2ad 100755 --- a/inc/InstallerDefs.h +++ b/inc/InstallerDefs.h @@ -23,7 +23,7 @@ #include "InstallerUtil.h" -#define OSP_INSTALLER_VERSION "version=[20130921.1]" +#define OSP_INSTALLER_VERSION "version=[20130923.1]" #define DIR_BIN L"/bin" #define DIR_INFO L"/info" diff --git a/src/Manager/CompatibilityManager.cpp b/src/Manager/CompatibilityManager.cpp index acc4700..fd4f20c 100755 --- a/src/Manager/CompatibilityManager.cpp +++ b/src/Manager/CompatibilityManager.cpp @@ -136,10 +136,7 @@ CompatibilityManager::FinalizeDataCaging(const String& rootPath) { "./etc" }, { "./lib" }, { "./mnt" }, - { "./opt/usr" }, { "./opt/var/kdb/db" }, - { "./opt/storage/sdcard" }, - { "./opt" }, { "./proc" }, { "./sbin" }, { "./smack" }, @@ -155,12 +152,15 @@ CompatibilityManager::FinalizeDataCaging(const String& rootPath) { "./Share" }, { "./Share2" }, { "./Media" }, - { "./Storagecard/Media" }, { "./ShareExt" }, { "./Share2Ext" }, { "./HomeExt/Share" }, { "./HomeExt/Share2" }, - { "./HomeExt" } + { "./HomeExt" }, + { "./Storagecard/Media" }, + { "./opt/storage/sdcard" }, + { "./opt/usr" }, + { "./opt" }, }; std::unique_ptr<char[]> pAppRootPath(_StringConverter::CopyToCharArrayN(rootPath)); |