summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/200.wae.sh.in (renamed from scripts/wae-upgrade.sh.in)2
-rw-r--r--scripts/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/wae-upgrade.sh.in b/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})