diff options
-rw-r--r-- | core/ports/post_update_patches.patch.new | 2 |
1 files changed, 1 insertions, 1 deletions
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' ..." |