summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoongsuk Cho <ws77.cho@samsung.com>2019-04-04 10:23:44 +0900
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>2019-04-08 09:37:20 +0900
commit26cdef6a45e6fb2c81fcbaf18be638f848525322 (patch)
treec11c86eeec52662b3ead87b25bd8d5c20cbb71e6
parent1eec27203122b4deb3ce4f28f2dde37124f05e10 (diff)
downloadcoreclr-26cdef6a45e6fb2c81fcbaf18be638f848525322.tar.gz
coreclr-26cdef6a45e6fb2c81fcbaf18be638f848525322.tar.bz2
coreclr-26cdef6a45e6fb2c81fcbaf18be638f848525322.zip
[Tizen] create .dotnet directory to skel
-rwxr-xr-xpackaging/coreclr.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index ad54d76acf..8e28c74654 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -37,6 +37,7 @@ Requires: libgcc
Requires: libstdc++
Requires: libunwind
Requires: libuuid
+Requires(post): /usr/bin/chsmack
# Accelerate python, clang
%ifarch %{arm}
@@ -296,6 +297,10 @@ cp %{_reldir}/SOS.NETCore.dll %{buildroot}%{_datadir}/%{netcoreappdir}
%dir %{_datadir}/%{netshareddir}/Microsoft.NETCore.App/2.1.1
%dir %{_datadir}/%{netshareddir}/Microsoft.NETCore.App/2.1.4
+%post
+mkdir -p /opt/etc/skel/.dotnet
+chsmack -t -a User::App::Shared /opt/etc/skel/.dotnet
+
%files test
%manifest %{name}.manifest
%dir %{_datadir}/%{dotnettestdir}