Adding extra support for the amd64 mirror structure

This commit is contained in:
Steve McIntyre 2004-12-08 22:40:45 +00:00
parent 82bc9f067a
commit 669b09fd98
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ for SECT in $SECTIONS; do
if [ -d "pool/$SECT" ]; then if [ -d "pool/$SECT" ]; then
find pool/$SECT >>$PREFIX.filelist_$SECT find pool/$SECT >>$PREFIX.filelist_$SECT
fi fi
if [ -d "pool/unstable/$SECT" ]; then
find pool/unstable/$SECT >>$PREFIX.filelist_$SECT
fi
if [ -n "$SECURITY" -a -d "pool/updates/$SECT" ]; then if [ -n "$SECURITY" -a -d "pool/updates/$SECT" ]; then
find pool/updates/$SECT >>$PREFIX.filelist_$SECT find pool/updates/$SECT >>$PREFIX.filelist_$SECT
fi fi