Fix download-provider.spec file for emulator initialize 76/62576/1 accepted/tizen/common/20160317.160142 accepted/tizen/ivi/20160318.112520 accepted/tizen/mobile/20160318.111655 accepted/tizen/tv/20160318.112043 submit/tizen/20160317.002122
authormin7.choi <min7.choi@samsung.com>
Thu, 17 Mar 2016 00:15:21 +0000 (09:15 +0900)
committermin7.choi <min7.choi@samsung.com>
Thu, 17 Mar 2016 00:15:21 +0000 (09:15 +0900)
Change-Id: I8d8a214d3ff8f2d3cca2149c0e82065dc5e1cf70
Signed-off-by: min7.choi <min7.choi@samsung.com>
packaging/download-provider.spec
refresh.sh~ [deleted file]

index 5e1333a..5ce7709 100755 (executable)
@@ -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 (executable)
index 2e2539d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-git fetch --all
-git reset --hard origin/tizen
-git pull
-