[Title] set executable permission to startup.sh
authorTaeyoung Son <taeyoung2.son@samsung.com>
Wed, 21 Nov 2012 07:51:09 +0000 (16:51 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Wed, 21 Nov 2012 07:51:09 +0000 (16:51 +0900)
[Desc.]
[Issue]

Change-Id: Iade6e3c545211bda0a6c5b3c351fe01ece3c32d0

package/build.linux

index 3c327cf..fcf5bf6 100644 (file)
@@ -291,6 +291,10 @@ packaging_plugins()
     fi
 
     cp -rf ${build_result_path}/${archive_platform_name}.${windowing}.${architecture}/${package_name}/* ${install_ide_path}/
+    if [ -e ${install_ide_path}/startup.sh ]
+    then
+        chmod +x ${install_ide_path}/startup.sh
+    fi
 }
 
 # clean