Fix the file's wrong path: make_info_file.sh 43/42043/1 accepted/tizen/mobile/20150622.112055 accepted/tizen/tv/20150622.112105 accepted/tizen/wearable/20150622.112118 submit/tizen/20150622.105617 submit/tizen_wearable/20150703.062433
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 22 Jun 2015 10:50:29 +0000 (19:50 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 22 Jun 2015 10:53:16 +0000 (19:53 +0900)
For running TCT, it needs to run make_info_file.sh file.
But there is wrong path in generic-base.post:
(/usr/bin/make_info_file.sh -> /etc/make_info_file.sh)

Bug report from WonYoung Choi(wy80.choi@samsung.com)

Change-Id: Icc97eae4c3c37a7b68c0e9e559467f573f984712

scripts/generic-base.post

index 08ad466..83ef275 100644 (file)
@@ -60,4 +60,4 @@ function generic_base_fix_user_homedir() {
 [ "${TZ_BUILD_WITH_EMULATOR}" == "1" ] && generic_base_fix_user_homedir developer
 
 # Add info.ini for system-info CAPI (TC-2047)
-/usr/bin/make_info_file.sh
+/etc/make_info_file.sh