From: jihye kim Date: Tue, 12 Feb 2013 10:47:39 +0000 (+0900) Subject: [Title] emulator-manager : modify install script X-Git-Tag: 2.2.1_release^2~45^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a2472348cd0c86a028b017f75e2ce2ea9a0fa0a;p=sdk%2Femulator%2Femulator-manager.git [Title] emulator-manager : modify install script [Desc.] modify install script [Issue] N/A --- diff --git a/package/changelog b/package/changelog index 42d421d..70242dd 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 1.3.78 +- modify install script +== jihye kim 2013-02-12 + * 1.3.77 - fix bug (making shortcut menu error in install script) - modify text box size diff --git a/package/emulator-manager.install.linux b/package/emulator-manager.install.linux index 1d5a414..8f9414e 100755 --- a/package/emulator-manager.install.linux +++ b/package/emulator-manager.install.linux @@ -15,22 +15,22 @@ tizen_vms_path="${HOME}/tizen-sdk-data" echo $tizen_vms_path> "${TIZEN_SDK_INSTALL_PATH}/tools/emulator/bin/.$USER.lock" ## em shortcut -em_desktopfile=$desktoppath/tizen-sdk-em.desktop +em_desktopfile=${desktoppath}/tizen-sdk-em.desktop em_iconfile=em.ico -em_iconpath=tools/emulator/icons +em_iconpath=${TIZEN_SDK_INSTALL_PATH}/tools/emulator/icons em_exefile=tools/emulator/bin/emulator-manager -em_exepath=$TIZEN_SDK_INSTALL_PATH/$em_exefile +em_exepath=${TIZEN_SDK_INSTALL_PATH}/$em_exefile em_comment="Emulator manager of Tizen SDK is a tool which controls Virtual Machines." em_name="Emulator Manager" if [ -e ${MAKESHORTCUT_PATH} ] then ${MAKESHORTCUT_PATH} \ - -f "$em_desktopfile" \ - -e "$em_exepath" \ - -i "$em_iconpath/$em_iconfile" \ - -n "$em_name" \ - -c "$em_comment" + -f "${em_desktopfile}" \ + -e "${em_exepath}" \ + -i "${em_iconpath}/$em_iconfile" \ + -n "${em_name}" \ + -c "${em_comment}" else echo ${MAKESHORTCUT_PATH} does not exist fi diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 29ed7d5..e413598 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source: emulator-manager -Version: 1.3.77 +Version: 1.3.78 Maintainer: Yeong-Kyoon Lee Package: emulator-manager