summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_localpackages
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_localpackages')
-rwxr-xr-xhelpers/lh_chroot_localpackages9
1 files changed, 5 insertions, 4 deletions
diff --git a/helpers/lh_chroot_localpackages b/helpers/lh_chroot_localpackages
index 6beee2d..516e08a 100755
--- a/helpers/lh_chroot_localpackages
+++ b/helpers/lh_chroot_localpackages
@@ -25,10 +25,11 @@ Arguments "${@}"
Echo_debug "Init ${PROGRAM}"
# Reading configuration files
+Read_conffile config/common
Read_conffile config/bootstrap
Read_conffile config/chroot
-Read_conffile config/common
-Read_conffile config/image
+Read_conffile config/binary
+Read_conffile config/source
Set_defaults
Breakpoint "chroot_localpackages: Init"
@@ -48,7 +49,7 @@ Create_lockfile .lock
if ls config/chroot_localpackages/*.deb &> /dev/null
then
# Restoring cache
- Restore_cache cache/chroot_localpackages
+ Restore_cache cache/packages_localpackages
# Copying packages
cp config/chroot_localpackages/*.deb chroot/root
@@ -73,7 +74,7 @@ then
rm -f chroot/root/localpackages
# Saving cache
- Save_cache cache/chroot_localpackages
+ Save_cache cache/packages_localpackages
# Creating stage file
Create_stagefile .stage/chroot_localpackages