Skip to content

Commit

Permalink
[OS/2] Rename symbols package to firefox-dbgsym-XXX.zip.
Browse files Browse the repository at this point in the history
This used to be firefox-XXX.symbols.zip which is too long, has too
many extensions and breaks proper sort order.
  • Loading branch information
dmik committed Mar 10, 2015
1 parent 4f06eff commit 76ccf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/mozapps/installer/package-name.mk
Expand Up @@ -127,7 +127,7 @@ endif # MOZ_PKG_PRETTYNAMES

# Symbol package naming
ifeq ($(OS_ARCH),OS2)
SYMBOL_ARCHIVE_BASENAME = $(PKG_BASENAME).symbols
SYMBOL_ARCHIVE_BASENAME = $(subst $(MOZ_APP_NAME),$(MOZ_APP_NAME)-dbgsym,$(PKG_BASENAME))
else
SYMBOL_FULL_ARCHIVE_BASENAME = $(PKG_BASENAME).crashreporter-symbols-full
SYMBOL_ARCHIVE_BASENAME = $(PKG_BASENAME).crashreporter-symbols
Expand Down

0 comments on commit 76ccf65

Please sign in to comment.