mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
Bug 944813 - Fix test-package-step after bug 926906. r=mshal
This commit is contained in:
parent
e5da7543d2
commit
addf192975
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user