зеркало из https://github.com/mozilla/pjs.git
Port Seth's fix for Bug 364599 to thunderbird. sr=mscott
This commit is contained in:
Родитель
f31e71267b
Коммит
a9099030a8
|
@ -234,9 +234,9 @@ ifeq ($(OS_ARCH),WINNT)
|
|||
iconv -f UTF-8 -t $(WIN_INSTALLER_CHARSET) $< > $(FINAL_TARGET)/updater.ini
|
||||
else
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
$(INSTALL) $^ $(FINAL_TARGET)/updater.app/Contents/MacOS
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/updater.app/Contents/MacOS
|
||||
else
|
||||
$(INSTALL) $^ $(FINAL_TARGET)
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче