Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index ab1ece1..17642cc 100755
--- a/bin/update
+++ b/bin/update
@@ -78,7 +78,7 @@ if test "${UPDATE_UPSTREAM}" = 1; then
git -C "${state_dir}" pull
- find "${state_dir}"/{core,extra}-{any,x86_64} -type f > /tmp/update_packages.$$
+ find "${state_dir}"/{core,extra}-{any,x86_64} -type f | sort > /tmp/update_packages.$$
nof_checked_out_packages=0
nof_updated_packages=0