mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: templates: Ensure a stable sort when creating index file.
This commit is contained in:
@@ -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 $@"
|
||||
|
||||
Reference in New Issue
Block a user