Bug 944813 - Fix test-package-step after bug 926906. r=mshal

This commit is contained in:
Mike Hommey 2013-12-03 06:34:20 +09:00
parent e5da7543d2
commit addf192975

View File

@ -436,7 +436,7 @@ ifndef UNIVERSAL_BINARY
endif
find $(PKG_STAGE) -name "*.pyc" -exec rm {} \;
cd $(PKG_STAGE) && \
zip -rq9D "$(abspath $(DIST)/$(PKG_PATH)$(TEST_PACKAGE))" \
zip -rq9D "$(abspath $(DIST))/$(PKG_PATH)$(TEST_PACKAGE)" \
* -x \*/.mkdir.done
ifeq ($(MOZ_WIDGET_TOOLKIT),android)