Commit fea4369e authored by Erinn Clark's avatar Erinn Clark
Browse files

WIN: mkdir the extensions directory before trying to move things into it

parent c51a9511
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ install-extensions: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi)
	## Make a dummy profile to stop Firefox creating some large files
	cp -r $(BUNDLE)/FirefoxPortable/App/DefaultData $(DUMMYPROFILE)
ifneq ($(LANGCODE), en-US)
	mkdir -p $(BUNDLE)/FirefoxPortable/Data/profile/extensions/
	mv langpack_$(LANGCODE).xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/langpack-$(LANGCODE)@firefox.mozilla.org.xpi
	## Patch Firefox default home page within language pack
	LC=$(LANG);															\