Fix chroot_package-lists script saving to wrong cache (Closes: #771002).

This commit is contained in:
jnqnfe 2014-11-25 19:28:13 +00:00 committed by Daniel Baumann
parent 7ce5cc19f8
commit 6577c386ae
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
fi
# Saving cache
Save_cache cache/packages.binary
Save_cache cache/packages.chroot
;;
esac