diff options
Diffstat (limited to 'scripts/build/lb_chroot_archives')
-rwxr-xr-x | scripts/build/lb_chroot_archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives index ab767abcb..f1b22ed88 100755 --- a/scripts/build/lb_chroot_archives +++ b/scripts/build/lb_chroot_archives @@ -337,7 +337,7 @@ EOF # Generate Release echo "cd /root/packages && apt-ftparchive \ - -o APT::FTPArchive::Release::Origin=chroot_packages \ + -o APT::FTPArchive::Release::Origin=config/packages.chroot \ release . > Release" | Chroot chroot sh if [ "${LB_APT_SECURE}" = "true" ] |