Use relative symlink for TAC accepted/tizen_9.0_unified accepted/tizen/9.0/unified/20250611.103219
authorj-h.choi <j-h.choi@samsung.com>
Mon, 18 Nov 2024 04:19:18 +0000 (13:19 +0900)
committerWoongsuk <ws77.cho@samsung.com>
Wed, 4 Jun 2025 06:53:44 +0000 (15:53 +0900)
Change-Id: I5f74ac0d713a91062c638ec299db9ac043a083fb

NativeLauncher/tool/tac_common.cc

index 99a9f13377091c605bf8ba0a5483a6a90ad63aa2..191ef83c2ddc3e1eaa4b4d7631619c11014dc0f7 100644 (file)
@@ -260,7 +260,7 @@ tac_error_e disableTACPackage(const std::string& pkgId)
                                                }
                                                copySmackAndOwnership(binDir.c_str(), niPath.c_str());
                                                std::string dllFile = changeExtension(niPath, ".ni.dll", ".dll");
-                                               bf::create_symlink(niPath, dllFile);
+                                               bf::create_symlink(getFileName(niPath), dllFile);
                                                copySmackAndOwnership(niPath, dllFile, true);
                                        } else {
                                                std::string dllPath = concatPath(binDir, fileName);