From: Julian Andres Klode Date: Mon, 14 Sep 2015 10:35:28 +0000 (+0200) Subject: po: Sort domains X-Git-Tag: 1.1.exp13~44 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ae76a57a54bab52df788250b178d4e24e89d81fb?ds=sidebyside po: Sort domains This should make things even more predictable. Gbp-Dch: ignore --- diff --git a/po/makefile b/po/makefile index c654cb033..58fd3c2ce 100644 --- a/po/makefile +++ b/po/makefile @@ -15,7 +15,7 @@ SUBDIR=po include ../buildlib/defaults.mak CATALOGS := $(addsuffix .gmo, $(shell sed -e '/^\#/ d' -e '/^$$/ d' LINGUAS | tr '\n' ' ')) -DOMAINS := $(notdir $(wildcard $(PO_DOMAINS)/*)) +DOMAINS := $(sort $(notdir $(wildcard $(PO_DOMAINS)/*))) POTFILES := $(addsuffix .pot,$(addprefix $(PO)/,$(DOMAINS))) # Construct a list of all mo files for all domains under $(PO_DOMAINS)