[Title] emulator-manager : modify install script
authorjihye kim <jihye1128.kim@samsung.com>
Tue, 12 Feb 2013 10:47:39 +0000 (19:47 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Tue, 12 Feb 2013 11:00:51 +0000 (20:00 +0900)
[Desc.] modify install script
[Issue] N/A

package/changelog
package/emulator-manager.install.linux
package/pkginfo.manifest

index 42d421d..70242dd 100644 (file)
@@ -1,3 +1,7 @@
+* 1.3.78
+- modify install script
+== jihye kim <jihye1128.kim@samsung.com> 2013-02-12
+
 * 1.3.77
 - fix bug (making shortcut menu error in install script)
 - modify text box size
index 1d5a414..8f9414e 100755 (executable)
@@ -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
index 29ed7d5..e413598 100644 (file)
@@ -1,5 +1,5 @@
 Source: emulator-manager
-Version: 1.3.77
+Version: 1.3.78
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 
 Package: emulator-manager