diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-17 10:39:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | cc3c1ff10d0f844ce408e41449da57045a9004a1 (patch) | |
tree | 87838eec76fbaabae05fcf0720f6eed9557cd2c9 /helpers/lh_chroot_localization | |
parent | 7bcdcf7f059a6ef9895d0089df254b0ea8f413b9 (diff) | |
download | live-build-cc3c1ff10d0f844ce408e41449da57045a9004a1.zip live-build-cc3c1ff10d0f844ce408e41449da57045a9004a1.tar.gz |
Using one single packages cache directory for all chroot packages.
Diffstat (limited to 'helpers/lh_chroot_localization')
-rwxr-xr-x | helpers/lh_chroot_localization | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization index 941a5af..c4f4f45 100755 --- a/helpers/lh_chroot_localization +++ b/helpers/lh_chroot_localization @@ -638,13 +638,13 @@ then Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n # Restoring cache - Restore_cache cache/packages_localization + Restore_cache cache/packages_chroot # Installing packages Install_package # Saving cache - Save_cache cache/packages_localization + Save_cache cache/packages_chroot # Creating stage file Create_stagefile .stage/chroot_localization |