Modify ln option in spec (#285) accepted/tizen/unified/20200925.054823 submit/tizen/20200924.075429
author최종헌/Common Platform Lab(SR)/Engineer/삼성전자 <j-h.choi@samsung.com>
Thu, 24 Sep 2020 21:16:55 +0000 (06:16 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Thu, 24 Sep 2020 21:16:55 +0000 (06:16 +0900)
Change-Id: Idaa6b3c655b579579010f964cd773a2aa2663169

packaging/dotnet-launcher.spec

index 90d62b3..80988f6 100644 (file)
@@ -162,7 +162,7 @@ cp -a %{buildroot}%{_bindir}/dotnet %{buildroot}%{_bindir}/dotnet-corerun
 %post
 mkdir -p /opt/etc/skel/.dotnet
 chsmack -t -a User::App::Shared /opt/etc/skel/.dotnet
-ln -s /usr/bin/dotnet-loader /usr/bin/dotnet-nui-loader
+ln -sf /usr/bin/dotnet-loader /usr/bin/dotnet-nui-loader
 chsmack -a User /usr/bin/dotnet-nui-loader
 
 %files