Allow archive tree to contain symlinks
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
7da3ab7110
commit
5e606aa1ed
|
@ -85,7 +85,7 @@ do
|
||||||
}' | sort | uniq >> $OUT
|
}' | sort | uniq >> $OUT
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
FILES=`find $LOCATIONS -name Packages.gz \
|
FILES=`find $LOCATIONS -follow -name Packages.gz \
|
||||||
-o -name Packages.xz | grep binary-$ARCH`
|
-o -name Packages.xz | grep binary-$ARCH`
|
||||||
echo "Using $CHECKSUM sums from Packages files:"
|
echo "Using $CHECKSUM sums from Packages files:"
|
||||||
echo $FILES
|
echo $FILES
|
||||||
|
|
Loading…
Reference in New Issue