From 90941cd02be338bb8add4b4864bef28a39cc1682 Mon Sep 17 00:00:00 2001 From: "taeyoung2.son" Date: Tue, 22 Nov 2011 22:27:08 +0900 Subject: [PATCH] [Title] Modify IDE path from SLPIDE to NativeIDE [Type] Feature [Module] Sub [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] --- packaging_profiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_profiler.sh b/packaging_profiler.sh index d86d59b..47a2ddd 100755 --- a/packaging_profiler.sh +++ b/packaging_profiler.sh @@ -74,7 +74,7 @@ package() echo "Create package for install manager..." mkdir -p $build_path/packaging/data - cp -rf $build_result_path/profiler $build_path/packaging/data/SLPIDE + cp -rf $build_result_path/profiler $build_path/packaging/data/NativeIDE cp -rf $metadata_path/* $build_path/packaging cd $build_path/packaging -- 2.7.4