diff options
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 981692b76..42b92eaf6 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -228,7 +228,7 @@ case "${1}" in cp -f chroot/var/lib/apt/lists/*_Sources cache/indices_bootstrap fi - cp -f chroot/var/lib/apt/*_Release* cache/indices_bootstrap + cp -f chroot/var/lib/apt/lists/*_Release* cache/indices_bootstrap fi fi |