From 99e3231e9112039e45e42c186ed8d77a939ae0a7 Mon Sep 17 00:00:00 2001 From: Kyungwook Tak Date: Mon, 5 Dec 2016 17:10:20 +0900 Subject: [PATCH] Numbering upgrade script wae-upgrade.sh -> 200.wae.sh Change-Id: I77f59c43be20cdb7eb808ca5e7a754287bcdfcb0 Signed-off-by: Kyungwook Tak --- packaging/libwebappenc.spec | 2 +- scripts/{wae-upgrade.sh.in => 200.wae.sh.in} | 2 +- scripts/CMakeLists.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename scripts/{wae-upgrade.sh.in => 200.wae.sh.in} (96%) diff --git a/packaging/libwebappenc.spec b/packaging/libwebappenc.spec index 9f8faef..760f3e2 100644 --- a/packaging/libwebappenc.spec +++ b/packaging/libwebappenc.spec @@ -103,7 +103,7 @@ fi %dir %attr(770, %user_name, %group_name) %{rw_share_dir}/wae/app_dek %attr(660, %user_name, %group_name) %{rw_share_dir}/wae/app_dek/* -%attr(775,root,root) %{upgrade_script_dir}/wae-upgrade.sh +%attr(775,root,root) %{upgrade_script_dir}/200.wae.sh %{upgrade_data_dir}/wae/app_dek/* %files devel diff --git a/scripts/wae-upgrade.sh.in b/scripts/200.wae.sh.in similarity index 96% rename from scripts/wae-upgrade.sh.in rename to scripts/200.wae.sh.in index 652962b..5552f74 100755 --- a/scripts/wae-upgrade.sh.in +++ b/scripts/200.wae.sh.in @@ -15,7 +15,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin # See the License for the specific language governing permissions and # limitations under the License. # -# @file wae-upgrade.sh.in +# @file 200.wae.sh.in # @author Kyungwook Tak (k.tak@samsung.com) # @brief Platform upgrade support diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index c73467e..f4098fc 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -CONFIGURE_FILE(wae-upgrade.sh.in wae-upgrade.sh @ONLY) -INSTALL(FILES wae-upgrade.sh DESTINATION ${UPGRADE_SCRIPT_DIR}) +CONFIGURE_FILE(200.wae.sh.in 200.wae.sh @ONLY) +INSTALL(FILES 200.wae.sh DESTINATION ${UPGRADE_SCRIPT_DIR}) -- 2.7.4