From 8eff7e84250b274605334bf5cc771c45ea0727dc Mon Sep 17 00:00:00 2001 From: Dmitriy Nikiforov Date: Thu, 18 Aug 2016 14:19:27 +0300 Subject: [PATCH] [HOTFIX] Fixed path to common-eplugin for macos-64 platform in DIBS script Change-Id: Id499ab22c861cd2f9eacac0f888f579e2c2bdab5 --- package/build.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/build.linux b/package/build.linux index 99359c9..d01c74a 100644 --- a/package/build.linux +++ b/package/build.linux @@ -159,7 +159,7 @@ __prepare_eclipse() { if [ "${platform}" = "macos-64" ]; then reference_ide_path=${ROOTDIR}/${ide_package_name}/data/eclipse-pde/Eclipse.app/Contents/Eclipse - reference_ce_path=${ROOTDIR}/IDE.app/Contents/Eclipse + reference_ce_path=${ROOTDIR}/TizenStudio.app/Contents/Eclipse fi } -- 2.7.4