From 50fa8545d6d948411a6be0efb198bff8dfd2feb6 Mon Sep 17 00:00:00 2001 From: Maria Guseva Date: Thu, 11 Aug 2016 17:49:05 +0300 Subject: [PATCH] SRADA-1016: Fixed DIBS build for macos64. In macos case the common-eplugin is unpacked in another directory: IDE.app/Contents/Eclipse. Change-Id: I7c8c23464738c11900b5bc7372dc9a931f6e2044 --- package/build.linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/build.linux b/package/build.linux index 3c98cc1..99359c9 100644 --- a/package/build.linux +++ b/package/build.linux @@ -155,16 +155,17 @@ __prepare_eclipse() { cd ${SRCDIR} reference_ide_path=${ROOTDIR}/${ide_package_name}/data/eclipse-pde/eclipse + reference_ce_path=${ROOTDIR}/ide 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 fi } __compose_da_dependencies() { echo "Compose dependencies repository..." - - /bin/bash -x "${SRCDIR}/prepare_dependencies.sh" "${reference_ide_path}" "${ROOTDIR}/ide" + /bin/bash -x "${SRCDIR}/prepare_dependencies.sh" "${reference_ide_path}" "${reference_ce_path}" } __execute_pde_build() -- 2.7.4