mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Allow archive tree to contain symlinks
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
2104f73fd7
commit
49d60b38b4
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user