Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 649810 - SeaMonkey 2.1pre Windows installer ignores extension cho…
Browse files Browse the repository at this point in the history
…ices. r=khuey,Mitch. a=LegNeato (for relbranch)

--HG--
branch : GECKO201_2011041321_RELBRANCH
  • Loading branch information
Frank Wein committed Apr 25, 2011
1 parent 1125260 commit 15b4f96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion toolkit/mozapps/installer/packager.mk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -490,7 +490,12 @@ ifdef MOZ_OPTIONAL_PKG_LIST
"$(call core_abspath,$(DEPTH)/installer-stage/optional)", \ "$(call core_abspath,$(DEPTH)/installer-stage/optional)", \
"$(MOZ_PKG_MANIFEST)", "$(PKGCP_OS)", 1, 0, 1 \ "$(MOZ_PKG_MANIFEST)", "$(PKGCP_OS)", 1, 0, 1 \
$(foreach pkg,$(MOZ_OPTIONAL_PKG_LIST),$(PKG_ARG)) ) $(foreach pkg,$(MOZ_OPTIONAL_PKG_LIST),$(PKG_ARG)) )
@cd $(DEPTH)/installer-stage/optional/extensions; find -maxdepth 1 -mindepth 1 -exec rm -r ../../core/extensions/{} \; if test -d $(DEPTH)/installer-stage/optional/extensions ; then \
cd $(DEPTH)/installer-stage/optional/extensions; find -maxdepth 1 -mindepth 1 -exec rm -r ../../core/extensions/{} \; ; \
fi
if test -d $(DEPTH)/installer-stage/optional/distribution/extensions/ ; then \
cd $(DEPTH)/installer-stage/optional/distribution/extensions/; find -maxdepth 1 -mindepth 1 -exec rm -r ../../../core/distribution/extensions/{} \; ; \
fi
endif endif


stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN) stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN)
Expand Down

0 comments on commit 15b4f96

Please sign in to comment.