components/desktop/thunderbird/patches/thunderbird31-508-lightning-l10-build-all.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 Fix for Solaris.
       
     2 This should be investigated for sending upstream.
       
     3 
       
     4 --- comm-esr31/calendar/lightning/lightning-packager.mk.orig	2015-07-03 13:58:00.219762666 +0530
       
     5 +++ comm-esr31/calendar/lightning/lightning-packager.mk	2015-07-03 16:18:28.846829012 +0530
       
     6 @@ -133,7 +133,8 @@ repack-stage-all: $(XPI_STAGE_PATH)/$(XP
       
     7  langpack-all: AB_CD=all
       
     8  langpack-all: L10N_XPI_NAME=$(XPI_NAME)-all
       
     9  langpack-all: L10N_XPI_PKGNAME=$(subst .$(AB_CD),,$(XPI_PKGNAME))
       
    10 -langpack-all: recreate-platformini repack-stage-all $(addprefix libs-,$(call apposlocales,calendar))
       
    11 +#langpack-all: recreate-platformini repack-stage-all $(addprefix libs-,$(call apposlocales,calendar))
       
    12 +langpack-all: recreate-platformini repack-stage-all $(addprefix libs-,$(shell awk '{ if ($$2 == "" || $$2 == "$(SHORTOS)") { print $$1 } }' $(topsrcdir)/calendar/locales/shipped-locales))
       
    13  	@echo "Done packaging"
       
    14  
       
    15  # Actual locale packaging targets. If L10N_XPI_NAME is set, then use it.