Port Seth's fix for Bug 364599 to thunderbird. sr=mscott

This commit is contained in:
scott%scott-macgregor.org 2007-03-09 03:55:52 +00:00
Родитель f31e71267b
Коммит a9099030a8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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