b=299149, localstore.rdf and other profile files get overwritten on first run from debug build, r=bsmedberg

This commit is contained in:
vladimir%pobox.com 2006-11-22 00:51:30 +00:00
Родитель ec433acf46
Коммит 343513a521
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -117,10 +117,10 @@ libs:: $(addprefix $(LOCALE_SRCDIR)/,$(README_FILES))
$(INSTALL) $^ $(FINAL_TARGET)
libs:: $(addprefix $(LOCALE_SRCDIR)/profile/,$(PROFILE_FILES))
$(INSTALL) $^ $(FINAL_TARGET)/defaults/profile
$(SYSINSTALL) $^ $(FINAL_TARGET)/defaults/profile
libs:: $(addprefix $(LOCALE_SRCDIR)/profile/chrome/,$(PROFILE_CHROME))
$(INSTALL) $^ $(FINAL_TARGET)/defaults/profile/chrome
$(SYSINSTALL) $^ $(FINAL_TARGET)/defaults/profile/chrome
install:: $(addprefix $(LOCALE_SRCDIR)/profile/,$(PROFILE_FILES))
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile