From 5e606aa1ed12ff6f2ba8e83ed801decf5f2ea209 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 19 Feb 2021 23:11:33 +0100 Subject: [PATCH] Allow archive tree to contain symlinks Signed-off-by: Samuel Thibault --- tools/grab_checksums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/grab_checksums b/tools/grab_checksums index 1d98d224..3b808003 100755 --- a/tools/grab_checksums +++ b/tools/grab_checksums @@ -85,7 +85,7 @@ do }' | sort | uniq >> $OUT ;; *) - FILES=`find $LOCATIONS -name Packages.gz \ + FILES=`find $LOCATIONS -follow -name Packages.gz \ -o -name Packages.xz | grep binary-$ARCH` echo "Using $CHECKSUM sums from Packages files:" echo $FILES