[Title]If update packages of SDK, user config path is not set.
authorshihyun.kim <shihyun.kim@samsung.com>
Sun, 23 Jun 2013 12:08:45 +0000 (21:08 +0900)
committershihyun.kim <shihyun.kim@samsung.com>
Sun, 23 Jun 2013 12:08:45 +0000 (21:08 +0900)
InstallManager_java/src/org/tizen/installmanager/core/Config.java
package/pkginfo.manifest

index b0d33d1..a0c66ef 100644 (file)
@@ -508,6 +508,11 @@ public class Config {
        public boolean makeConfigHome() {
                boolean bResult = true;
                File configHomeDirFile = null;
+               
+               if (Config.USER_CONFIG_HOME_PATH == null || Config.USER_CONFIG_HOME_PATH.isEmpty()) {
+                       Log.log("User config path is not setting. => " + Config.USER_CONFIG_HOME_PATH);
+                       return true;
+               }
                configHomeDirFile = new File(Config.USER_CONFIG_HOME_PATH);
 
                if (!configHomeDirFile.exists()) {
index 58408b7..b31f7fb 100644 (file)
@@ -1,5 +1,5 @@
 Source: install-manager
-Version: 2.2.9
+Version: 2.2.10
 Maintainer: Shihyun Kim<shihyun.kim@samsung.com>, Yongsung Kim<yongsung1.kim@samsung.com>
 
 Package: install-manager