Allow archive tree to contain symlinks

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
Samuel Thibault 2021-02-19 23:11:33 +01:00
parent 7da3ab7110
commit 5e606aa1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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