Bug 1142494 - Fix OSX packaging mistake. r=glandium, a=bustage

This commit is contained in:
Ryan VanderMeulen 2015-03-12 17:46:53 -04:00
parent 3863b0db8f
commit 0ade4779ef

View File

@ -408,6 +408,9 @@ package-tests: \
stage-jittest \
stage-web-platform-tests \
$(NULL)
ifdef MOZ_WEBRTC
package-tests: stage-steeplechase
endif
else
# This staging area has been built for us by universal/flight.mk
PKG_STAGE = $(DIST)/universal/test-stage
@ -433,10 +436,6 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),gonk)
package-tests: stage-b2g
endif
ifdef MOZ_WEBRTC
package-tests: stage-steeplechase
endif
make-stage-dir:
rm -rf $(PKG_STAGE)
$(NSINSTALL) -D $(PKG_STAGE)