Bug 590575 - Deselecting optional components in SeaMonkey installer does not work, r=khuey, a=NPOTB

This commit is contained in:
Frank Wein 2010-10-04 17:37:41 +02:00
Родитель 37100dab48
Коммит 3ed20df352
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -410,6 +410,7 @@ ifdef MOZ_OPTIONAL_PKG_LIST
"$(call core_abspath,$(DEPTH)/installer-stage/optional)", \
"$(MOZ_PKG_MANIFEST)", "$(PKGCP_OS)", 1, 0, 1 \
$(foreach pkg,$(MOZ_OPTIONAL_PKG_LIST),$(PKG_ARG)) )
@cd $(DEPTH)/installer-stage/optional/extensions; find -maxdepth 1 -mindepth 1 -exec rm -r ../../core/extensions/{} \;
endif
stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN)