Adding extra support for the amd64 mirror structure
This commit is contained in:
parent
82bc9f067a
commit
669b09fd98
|
@ -140,6 +140,9 @@ for SECT in $SECTIONS; do
|
|||
if [ -d "pool/$SECT" ]; then
|
||||
find pool/$SECT >>$PREFIX.filelist_$SECT
|
||||
fi
|
||||
if [ -d "pool/unstable/$SECT" ]; then
|
||||
find pool/unstable/$SECT >>$PREFIX.filelist_$SECT
|
||||
fi
|
||||
if [ -n "$SECURITY" -a -d "pool/updates/$SECT" ]; then
|
||||
find pool/updates/$SECT >>$PREFIX.filelist_$SECT
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue