From c1809acd8c5db41cc602f2e0621768dd2f402c7a Mon Sep 17 00:00:00 2001 From: Duyoung Jang Date: Fri, 9 Nov 2012 13:58:51 +0900 Subject: [PATCH] Fix symlink error Change-Id: Id009344f920c87957b1269a39be8e58ef9adcbc1 --- src/Manager/PermissionManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Manager/PermissionManager.cpp b/src/Manager/PermissionManager.cpp index d1e1268..b3fd74a 100755 --- a/src/Manager/PermissionManager.cpp +++ b/src/Manager/PermissionManager.cpp @@ -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); -- 2.7.4