make build reproducible by fixing sort order in docs

From Debian https://bugs.debian.org/835463
 Description: Make the build reproducible
 Author: Chris Lamb <lamby@debian.org>
 Last-Update: 2016-08-26
This commit is contained in:
Hans-Christoph Steiner 2016-08-26 11:48:12 +02:00
parent 6126b55136
commit c98ce54991

View file

@ -273,7 +273,7 @@ echo "Making output for $srcfile"
echo " in `pwd`"
mkdir -p "$outdir/"
taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s"
taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s --sort=name"
cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\""
echo "Generating info... ($cmd)"
eval "$cmd"