builder: templates: Ensure a stable sort when creating index file.

This commit is contained in:
Richard W.M. Jones
2017-06-04 09:35:01 +01:00
parent 3ca0110adc
commit d606edfba4

View File

@@ -32,7 +32,7 @@ noinst_DATA = $(top_builddir)/website/download/builder/index
$(top_builddir)/website/download/builder/index: $(index_fragments)
rm -f $@ $@-t
cat *.index-fragment > $@-t
LANG=C sh -c 'cat *.index-fragment' > $@-t
mv $@-t $@
@echo "NOTE: $@.asc must be updated by running:"
@echo " gpg --clearsign --armor $@"