From: Junghoon Park Date: Tue, 17 Jul 2018 08:52:13 +0000 (+0900) Subject: Change script names for macos X-Git-Tag: accepted/tizen/unified/20180718.071614~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F184338%2F1;p=platform%2Fcore%2Fappfw%2Ftidl.git Change script names for macos Change-Id: Ia4cac4ab9966cd5d04b71828c2a4cde1567acd70 Signed-off-by: Junghoon Park --- diff --git a/package/build.macos-64 b/package/build.macos similarity index 100% rename from package/build.macos-64 rename to package/build.macos diff --git a/package/tidlc.install.darwin b/package/tidlc.install.macos similarity index 95% rename from package/tidlc.install.darwin rename to package/tidlc.install.macos index 079aaf0..0f5b6fe 100755 --- a/package/tidlc.install.darwin +++ b/package/tidlc.install.macos @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash -ex s=`cat ${HOME}/.bashrc | grep -n "## Tizen SDK configuration" | cut -f1 -d":"` diff --git a/package/tidlc.remove.darwin b/package/tidlc.remove.macos similarity index 96% rename from package/tidlc.remove.darwin rename to package/tidlc.remove.macos index 13ed7c6..dabf205 100755 --- a/package/tidlc.remove.darwin +++ b/package/tidlc.remove.macos @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -ex rm ${INSTALLED_PATH}/tidlc s=`cat ${HOME}/.bashrc | grep -n "## Tizen SDK configuration" | cut -f1 -d":"`