[Title] fixed error when doing chmod command
authorYoonKi Park <yoonki.park@samsung.com>
Sat, 17 Dec 2011 08:29:42 +0000 (17:29 +0900)
committerYoonKi Park <yoonki.park@samsung.com>
Sat, 17 Dec 2011 08:29:42 +0000 (17:29 +0900)
[Redmine#] 3951

packager/linux/install.sh

index 6a1ae1d..dd48727 100755 (executable)
@@ -31,7 +31,7 @@ case ${UBUNTU_VER} in
                ;;
 esac
        
-chmod 755 ${exePath}
+chmod 755 ${exepath}
 
 ## Create .desktop file 
 mkdir -p ${HOME}/.local/share/applications