Fix symlink error
authorDuyoung Jang <duyoung.jang@samsung.com>
Fri, 9 Nov 2012 04:58:51 +0000 (13:58 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Fri, 9 Nov 2012 04:58:51 +0000 (13:58 +0900)
Change-Id: Id009344f920c87957b1269a39be8e58ef9adcbc1

src/Manager/PermissionManager.cpp

index d1e1268..b3fd74a 100755 (executable)
@@ -236,7 +236,7 @@ PermissionManager::SetSymLink(InstallationContext* pContext)
        newPath = appRootPath + L"/Res/ScreenSize-Normal";
        InstallerUtil::CreateSymlink(oldPath, newPath);
 
-       oldPath = appRootPath + DIR_RES + L"screen-density-high";
+       oldPath = appRootPath + DIR_RES + L"/screen-density-high";
        newPath = appRootPath + L"/Res/ScreenDensity-High";
        InstallerUtil::CreateSymlink(oldPath, newPath);