[Title] modify build script by changing dir structure
authorJaewon Lim <jaewon81.lim@samsung.com>
Mon, 16 Jul 2012 08:59:42 +0000 (17:59 +0900)
committerJaewon Lim <jaewon81.lim@samsung.com>
Mon, 16 Jul 2012 08:59:42 +0000 (17:59 +0900)
[Type] bug fix
[Module] dynamic analyzer
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.linux

index cd72422..97fd59c 100755 (executable)
@@ -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)