summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghyuk <junghyuk.park@samsung.com>2018-04-23 10:38:09 +0900
committerJunghyuk <junghyuk.park@samsung.com>2018-04-23 10:38:09 +0900
commitddd3dc0b22f94b867d70af3c04bf202185f14e43 (patch)
tree6dcf4e3d18aabdccdaaa42d743664ce8bcd307de
parentbf88f670189b7baae58b538ae3b77052f8ec7e08 (diff)
downloadcoreclr-ddd3dc0b22f94b867d70af3c04bf202185f14e43.tar.gz
coreclr-ddd3dc0b22f94b867d70af3c04bf202185f14e43.tar.bz2
coreclr-ddd3dc0b22f94b867d70af3c04bf202185f14e43.zip
Remove ilasm and ildasm from coreclr-extra package filessubmit/tizen_4.0/20180423.022130
Change-Id: I0008f8141daa7dddea85170c76d2a425dc888d2f
-rw-r--r--packaging/coreclr.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index bd645251f8..4ec0177295 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -388,8 +388,10 @@ ln -sf ../%{netcoreappdir}/System.Globalization.Native.so %{buildroot}%{_datadir
# extra
cp %{_reldir}/coreconsole %{buildroot}%{_datadir}/%{dotnetfwdir}
cp %{_reldir}/crossgen %{buildroot}%{_datadir}/%{dotnetfwdir}
-cp %{_reldir}/ilasm %{buildroot}%{_datadir}/%{dotnetfwdir}
-cp %{_reldir}/ildasm %{buildroot}%{_datadir}/%{dotnetfwdir}
+
+# remove ilasm and ildasm from coreclr-extra package files
+#cp %{_reldir}/ilasm %{buildroot}%{_datadir}/%{dotnetfwdir}
+#cp %{_reldir}/ildasm %{buildroot}%{_datadir}/%{dotnetfwdir}
# test
cp -rf bin/obj/Linux.%{_barch}.%{_buildtype}/tests/src %{buildroot}%{_datadir}/%{dotnettestdir}