diff options
author | sangwan.kwon <sangwan.kwon@samsung.com> | 2017-06-30 17:01:59 +0900 |
---|---|---|
committer | sangwan kwon <sangwan.kwon@samsung.com> | 2017-06-30 08:54:16 +0000 |
commit | ec1709d20c9c6a243f1b2b1976819e4017601c18 (patch) | |
tree | b5aab4c18af45f66cb975347a15b67b87dadee99 | |
parent | 3898acb11d7a788f8233620fdf9e6f774a89e2c6 (diff) | |
download | libwebappenc-accepted/tizen_3.0_ivi.tar.gz libwebappenc-accepted/tizen_3.0_ivi.tar.bz2 libwebappenc-accepted/tizen_3.0_ivi.zip |
Fix upgrade script numbersubmit/tizen_3.0/20170703.004457accepted/tizen/3.0/wearable/20170703.082423accepted/tizen/3.0/tv/20170703.082412accepted/tizen/3.0/mobile/20170703.082401accepted/tizen/3.0/ivi/20170703.082434accepted/tizen/3.0/common/20170703.122023tizen_3.0accepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_common
* Accordig to OS upgrade team's guide, this script would be run as 240.
Change-Id: I96d0a68915acc21cf82f48ff5704fc11a1989653
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
-rw-r--r-- | packaging/libwebappenc.spec | 2 | ||||
-rwxr-xr-x | scripts/240.wae.sh.in (renamed from scripts/200.wae.sh.in) | 2 | ||||
-rw-r--r-- | scripts/CMakeLists.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packaging/libwebappenc.spec b/packaging/libwebappenc.spec index 4184b84..67e51be 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}/200.wae.sh +%attr(775,root,root) %{upgrade_script_dir}/240.wae.sh %{upgrade_data_dir}/wae/app_dek/* %files devel diff --git a/scripts/200.wae.sh.in b/scripts/240.wae.sh.in index 29d9497..68f99f9 100755 --- a/scripts/200.wae.sh.in +++ b/scripts/240.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 200.wae.sh.in +# @file 240.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 f4098fc..0920103 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(200.wae.sh.in 200.wae.sh @ONLY) -INSTALL(FILES 200.wae.sh DESTINATION ${UPGRADE_SCRIPT_DIR}) +CONFIGURE_FILE(240.wae.sh.in 240.wae.sh @ONLY) +INSTALL(FILES 240.wae.sh DESTINATION ${UPGRADE_SCRIPT_DIR}) |