From 72da40174324a7b3b7e96030bf4691da4c73e129 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 7 Mar 2017 11:26:33 +0100 Subject: sort output of find for patching to be predictable --- core/ports/post_update_patches.patch.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ports/post_update_patches.patch.new b/core/ports/post_update_patches.patch.new index 6dffe31..a9a26df 100644 --- a/core/ports/post_update_patches.patch.new +++ b/core/ports/post_update_patches.patch.new @@ -30,7 +30,7 @@ + [ -d $PORTS_DIR${PATCH_PORT#$PATCHES_DIR} ] || continue + cd $PORTS_DIR${PATCH_PORT#$PATCHES_DIR} + pkgmk -do -cs || exit $? -+ for DATEI in $(find $PATCH_PORT \( -name ".*" -prune -false \) -o \( -type f -not -name ".*" \) ); do ++ for DATEI in $(find $PATCH_PORT \( -name ".*" -prune -false \) -o \( -type f -not -name ".*" \) | sort ); do + case $DATEI in + *.patch) + echo "$(pwd): patching '$DATEI' ..." -- cgit v1.2.3-54-g00ecf