diff --git a/toolkit/mozapps/installer/upload-files.mk b/toolkit/mozapps/installer/upload-files.mk index ac591a01a98c..b546717b9f64 100644 --- a/toolkit/mozapps/installer/upload-files.mk +++ b/toolkit/mozapps/installer/upload-files.mk @@ -37,8 +37,10 @@ endif ifndef _BINPATH _BINPATH = /$(_APPNAME)/Contents/MacOS endif # _BINPATH +ifndef _RESPATH # Resource path for the precomplete file _RESPATH = /$(_APPNAME)/Contents/Resources +endif ifdef UNIVERSAL_BINARY STAGEPATH = universal/ endif diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in index 4d6a7f47c2bd..cef8ec49d28f 100644 --- a/xulrunner/installer/Makefile.in +++ b/xulrunner/installer/Makefile.in @@ -26,6 +26,7 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) MOZ_PKG_FORMAT = BZ2 _APPNAME = XUL.framework _BINPATH = /$(_APPNAME)/Versions/Current +_RESPATH := $(_BINPATH) endif include $(topsrcdir)/config/rules.mk