summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-01-04 15:25:07 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-04-27 16:58:15 +0900
commit4ec7259a04dc62a40084ab40c2d75e4d9ebefb16 (patch)
treef79324bb721982b803a141bb7cf6fb05cefb66ab /packaging/coreclr.spec
parent293222cb31efca2300266af06b7628d8a8d918c0 (diff)
downloadcoreclr-4ec7259a04dc62a40084ab40c2d75e4d9ebefb16.tar.gz
coreclr-4ec7259a04dc62a40084ab40c2d75e4d9ebefb16.tar.bz2
coreclr-4ec7259a04dc62a40084ab40c2d75e4d9ebefb16.zip
Revert "Remove dep_libs.tar.gz"
This reverts commit 6f5da38ccac5386284af74d917b701481ccf6f3e. Change-Id: I6d4c137aa8d637a86021db021c83e21f4a9fc42b
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index cbd935f3ee..b04560efc6 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -27,6 +27,7 @@ Source0: %{name}-%{version}.tar.gz
Source1000: downloaded_files.tar.gz
Source1001: %{name}.manifest
Source1002: libicu.tar.gz
+Source1003: dep_libs.tar.gz
# Gbp-Ignore-Patches: 0 1 2
Patch0: Add-Tizen-distro.patch
Patch1: Do-not-ignore-project.lock.json.patch
@@ -111,6 +112,7 @@ cp %{SOURCE1000} ./
tar xf %{SOURCE1000}
%ifarch armv7l
%setup -T -D -a 1002
+%setup -T -D -a 1003
for file in $( find ./Tools -name "dotnet" )
do
patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 $file