Correcting release filename when caching indices (Closes: #613895).
This commit is contained in:
parent
1ca9abd92a
commit
87c8dbc241
|
@ -428,9 +428,9 @@ EOF
|
|||
cp -f cache/indices_bootstrap/*_Sources chroot/var/lib/apt/lists
|
||||
fi
|
||||
|
||||
if Find_files cache/indices_bootstrap/*_Release*
|
||||
if Find_files cache/indices_bootstrap/*Release*
|
||||
then
|
||||
cp -f cache/indices_bootstrap/*_Release* chroot/var/lib/apt/lists
|
||||
cp -f cache/indices_bootstrap/*Release* chroot/var/lib/apt/lists
|
||||
fi
|
||||
|
||||
if [ "${LB_APT}" = "aptitude" ] && [ ! -x /usr/bin/aptitude ]
|
||||
|
@ -505,7 +505,7 @@ EOF
|
|||
cp -f chroot/var/lib/apt/lists/*_Sources cache/indices_bootstrap
|
||||
fi
|
||||
|
||||
cp -f chroot/var/lib/apt/lists/*_Release* cache/indices_bootstrap
|
||||
cp -f chroot/var/lib/apt/lists/*Release* cache/indices_bootstrap
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue