projects
/
platform
/
core
/
api
/
system-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18077bd
)
common: set PATH env
23/77623/1
accepted/tizen/common/20160703.130704
accepted/tizen/ivi/20160701.034024
accepted/tizen/mobile/20160701.034148
accepted/tizen/tv/20160701.033934
accepted/tizen/wearable/20160701.034042
submit/tizen/20160630.121716
submit/tizen_common/20160701.180000
author
taeyoung
<ty317.kim@samsung.com>
Thu, 30 Jun 2016 09:44:58 +0000
(18:44 +0900)
committer
taeyoung
<ty317.kim@samsung.com>
Thu, 30 Jun 2016 09:44:58 +0000
(18:44 +0900)
- PATH env need to be added since system PATH env
can have weird paths.
Change-Id: I65dbbb388df2f0028a953a6fac9dbd113a3f6ab8
Signed-off-by: taeyoung <ty317.kim@samsung.com>
script/make_info_file.sh
patch
|
blob
|
history
diff --git
a/script/make_info_file.sh
b/script/make_info_file.sh
index 7d9790a2af80c53d5fa2866e9c35ff29012252df..87639e870453b45f722813acdca8629c29467b06 100644
(file)
--- a/
script/make_info_file.sh
+++ b/
script/make_info_file.sh
@@
-2,6
+2,8
@@
# make_info_file.sh : make /etc/info.ini
#
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
. /etc/tizen-build.conf
TYPE=$(echo $TZ_BUILD_RELEASE_TYPE | tr '[:upper:]' '[:lower:]')