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 20:33:48 +01:00
parent 2104f73fd7
commit 49d60b38b4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ do
case $ARCH in
source)
FILES=`find $LOCATIONS -name Sources.gz -o -name Sources.xz`
FILES=`find $LOCATIONS -follow -name Sources.gz -o -name Sources.xz`
echo "Using $CHECKSUM sums from Sources files:"
echo $FILES
$BASEDIR/tools/catz $FILES | \