From 05d3310d7eb9f9aec7945380e77da3dd1f2424cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 7 Sep 2013 13:03:20 +0000 Subject: [PATCH] sort the manifest git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/branches/nooath@740 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- mkpkgng.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpkgng.in b/mkpkgng.in index 6b18c3f..956c669 100644 --- a/mkpkgng.in +++ b/mkpkgng.in @@ -146,7 +146,7 @@ EOF info "Generating the file list." ( echo "files:" - find "$tmproot" -type f | while read file ; do + find -s "$tmproot" -type f | while read file ; do [ "$file" = "$manifest" ] && continue mode=$(stat -f%p "$file" | cut -c 3-) file="${file#$tmproot}"