8157574: Mac fastdebug bundles have wrong directory layout

Reviewed-by: mchung
This commit is contained in:
Erik Joelsson 2016-05-24 12:21:55 +02:00
parent 22ce7a4237
commit f18e025eb3

View File

@ -122,7 +122,7 @@ endef
# On Macosx, we bundle up the macosx specific images which already have the
# correct base directories.
ifeq ($(OPENJDK_TARGET_OS), macosx)
ifeq ($(OPENJDK_TARGET_OS)-$(DEBUG_LEVEL), macosx-release)
JDK_IMAGE_DIR := $(JDK_MACOSX_BUNDLE_DIR)
JRE_IMAGE_DIR := $(JRE_MACOSX_BUNDLE_DIR)
JDK_IMAGE_HOMEDIR := $(JDK_MACOSX_CONTENTS_DIR)/Home