On 2016-12-04, Valerie R Young wrote:
> --- implicit  2016-12-03 17:05:39.000000000 -0500
> +++ implicit  2016-12-03 17:57:02.682034599 -0500
> @@ -87,7 +87,7 @@
>       : debian/$*/DEBIAN/md5sums
>       @rm -f debian/$*/DEBIAN/md5sums
>       @cd debian/$* && find * -path 'DEBIAN' -prune -o \
> -       -type f -exec md5sum {} >>DEBIAN/md5sums \;
> +       -type f -exec md5sum {} \; | LC_ALL=C sort >>DEBIAN/md5sums

Not positive, but I'm guessing the "\;" should be at the end of the
line:

  +       -type f -exec md5sum {} | LC_ALL=C sort >>DEBIAN/md5sums \;


Though I haven't tested or looked deeper into the code...


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to