[torbrowser/master] WIN: mkdir the extensions directory before trying to move things into it

commit fea4369ec207959872a0d866ffa6ab79e886bed0 Author: Erinn Clark <erinn@torproject.org> Date: Tue Feb 12 22:09:20 2013 +0100 WIN: mkdir the extensions directory before trying to move things into it --- build-scripts/windows.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 793bf36..3695cd9 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -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); \
participants (1)
-
erinn@torproject.org