Use an explicit select line in installed-chrome.txt so that the default skin is classic, regardless of the order in which chrome is registered during the build. Fixes bug 180984. r=cls.

This commit is contained in:
bryner%netscape.com 2002-11-21 07:10:01 +00:00
Родитель 28751369b5
Коммит c26e0f935a
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -34,3 +34,9 @@ endif
include $(topsrcdir)/config/rules.mk
# select classic as the default skin
libs::
echo skin,install,select,classic/1.0 >> $(DIST)/bin/chrome/installed-chrome.txt
install::
echo skin,install,select,classic/1.0 >> $(DESTDIR)$(mozappdir)/chrome/installed-chrome.txt