зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
28751369b5
Коммит
c26e0f935a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче