mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
bug 343207 - Uncomments piece of Makefile that packages updater.ini. r=dmose
This commit is contained in:
parent
9c99d7cba4
commit
df9d4ce18b
@ -215,14 +215,14 @@ endif
|
||||
@$(MAKE) repackage-zip-$*
|
||||
|
||||
#ifdef MOZ_UPDATER
|
||||
#libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
|
||||
#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
|
||||
#else
|
||||
# $(INSTALL) $^ $(FINAL_TARGET)
|
||||
libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
|
||||
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
|
||||
else
|
||||
$(INSTALL) $^ $(FINAL_TARGET)
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user