X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NativeLauncher%2Ftool%2Ftac_installer.cc;h=c01a6160336c467b19c2ca4f112d45461fabc2cd;hb=6da720e061c110ca81d1617c40cc5f8a4eb35d96;hp=7444f94ae0e8beba8118f52c385adaa3f4002c4e;hpb=33b0bf89cdb70a6844a55a5eba87c793f549ff4c;p=platform%2Fcore%2Fdotnet%2Flauncher.git diff --git a/NativeLauncher/tool/tac_installer.cc b/NativeLauncher/tool/tac_installer.cc index 7444f94..c01a616 100644 --- a/NativeLauncher/tool/tac_installer.cc +++ b/NativeLauncher/tool/tac_installer.cc @@ -997,7 +997,7 @@ void install_Clean() } for (auto& cl : createLibraries) { - changeOwnershipTAC(cl); + copySmackAndOwnership(__DOTNET_DIR, cl); } }