From fe6e296a048d6b7d6aaf17ba1e5fb28e0c1a11af Mon Sep 17 00:00:00 2001 From: "jaewon81.lim" Date: Fri, 12 Aug 2011 14:15:51 +0900 Subject: [PATCH] [Title] build script modification [Type] Bugfix [Module] ide-plugin-profiler [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7dfb663..40c5432 100755 --- a/build.sh +++ b/build.sh @@ -119,7 +119,7 @@ rm -rf $build_path/plugins/*.feature echo "Copy fresh ide plugins..." if [ -d ${fresh_ide_path} ] then - cp -rf ${fresh_ide_path}/build_result/N.fresh_ide_build/${archive_platform_name}.${windowing}.${architecture}/IDE/plugins/* ${build_path}/plugins + cp -rf ${fresh_ide_path}/${archive_platform_name}.${windowing}.${architecture}/IDE/plugins/* ${build_path}/plugins else echo "ERROR : Fresh IDE does not exist..." exit 1 -- 2.7.4