Bug 840146 - Don't try to install updater.png with --disable-updater. r=glandium

This commit is contained in:
Jan Beich 2013-02-11 15:14:46 -05:00
parent ec59cf044c
commit 29b34c9d4c

View File

@ -566,10 +566,12 @@
#ifndef XP_MACOSX #ifndef XP_MACOSX
; shell icons ; shell icons
@BINPATH@/browser/icons/*.png @BINPATH@/browser/icons/*.png
#ifdef MOZ_UPDATER
; updater icon ; updater icon
@BINPATH@/icons/updater.png @BINPATH@/icons/updater.png
#endif #endif
#endif #endif
#endif
; [Default Preferences] ; [Default Preferences]
; All the pref files must be part of base to prevent migration bugs ; All the pref files must be part of base to prevent migration bugs