From 21626a0dab437d814ae0fd7c0adb18ed4619f6e2 Mon Sep 17 00:00:00 2001 From: Jaewon Lim Date: Mon, 16 Jul 2012 17:59:42 +0900 Subject: [PATCH] [Title] modify build script by changing dir structure [Type] bug fix [Module] dynamic analyzer [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/build.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/build.linux b/package/build.linux index cd72422..97fd59c 100755 --- a/package/build.linux +++ b/package/build.linux @@ -11,7 +11,7 @@ __set_parameter() build_result_path="$build_path/$build_result_directory" architecture=x86 #실제 설치될 경로의 폴더이름 - ide_root_path_name=DynamicAnalyzer + ide_root_path_name=dynamic_analyzer case ${platform} in linux) -- 2.7.4