projects
/
sdk
/
ide
/
product.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e13d0
)
[Title] set executable permission to startup.sh
author
Taeyoung Son
<taeyoung2.son@samsung.com>
Wed, 21 Nov 2012 07:51:09 +0000
(16:51 +0900)
committer
Taeyoung Son
<taeyoung2.son@samsung.com>
Wed, 21 Nov 2012 07:51:09 +0000
(16:51 +0900)
[Desc.]
[Issue]
Change-Id: Iade6e3c545211bda0a6c5b3c351fe01ece3c32d0
package/build.linux
patch
|
blob
|
history
diff --git
a/package/build.linux
b/package/build.linux
index
3c327cf
..
fcf5bf6
100644
(file)
--- a/
package/build.linux
+++ b/
package/build.linux
@@
-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