From: min7.choi Date: Thu, 17 Mar 2016 00:15:21 +0000 (+0900) Subject: Fix download-provider.spec file for emulator initialize X-Git-Tag: accepted/tizen/common/20160317.160142^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec0e0b1dafbba33ebafcd296ce4c86cd30ed7e95;p=platform%2Fframework%2Fweb%2Fdownload-provider.git Fix download-provider.spec file for emulator initialize Change-Id: I8d8a214d3ff8f2d3cca2149c0e82065dc5e1cf70 Signed-off-by: min7.choi --- diff --git a/packaging/download-provider.spec b/packaging/download-provider.spec index 5e1333a..5ce7709 100755 --- a/packaging/download-provider.spec +++ b/packaging/download-provider.spec @@ -99,7 +99,7 @@ Description: Download the contents in background (development files) -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\ -DBIN_INSTALL_DIR:PATH=%{_bindir} \\\ -DLIB_INSTALL_DIR:PATH=%{_libdir} \\\ - %ifarch armv7l \ + %ifarch armv7l i586 \ -DLIB_AGENT_PATH="/usr/lib/libdownloadagent2.so" \\\ %else \ -DLIB_AGENT_PATH="/usr/lib64/libdownloadagent2.so" \\\ diff --git a/refresh.sh~ b/refresh.sh~ deleted file mode 100755 index 2e2539d..0000000 --- a/refresh.sh~ +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -git fetch --all -git reset --hard origin/tizen -git pull -