Bug 457753: Ensure that the directory exists before zipping up crashreporter symbols. r=ted

This commit is contained in:
Chris AtLee 2009-11-04 09:59:47 -05:00
Родитель 437e75dfa6
Коммит b4f660f033
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -196,6 +196,7 @@ ifdef MOZ_CRASHREPORTER
$(MAKE_SYM_STORE_PATH) > \
$(DIST)/crashreporter-symbols/$(SYMBOL_INDEX_NAME)
echo packing symbols
$(NSINSTALL) -D $(DIST)/$(PKG_PATH)
cd $(DIST)/crashreporter-symbols && \
zip -r9D "../$(PKG_PATH)$(SYMBOL_ARCHIVE_BASENAME).zip" .
endif # MOZ_CRASHREPORTER