mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 231286 - "make install" doesn't create directories for default pref files. r=bryner
This commit is contained in:
parent
5f18239117
commit
cbbdd9cd3e
@ -1265,7 +1265,7 @@ endif
|
||||
endif
|
||||
|
||||
ifndef NO_INSTALL
|
||||
install:: $(PREF_JS_EXPORTS)
|
||||
install:: $(PREF_JS_EXPORTS) $(DESTDIR)$(mozappdir)/$(PREF_DIR)
|
||||
$(EXIT_ON_ERROR) \
|
||||
for i in $(PREF_JS_EXPORTS); \
|
||||
do $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $$i > $(DESTDIR)$(mozappdir)/$(PREF_DIR)/`basename $$i`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user