From 1adae413a4728f1a5432e4c5af99d3e39bc98f60 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 12 Aug 2008 06:44:21 +0100 Subject: Always create stagefile for chroot_install-packages and require it for lh_source This is required as lh_source will generate an incomplete source tarball if only the bootstrap phase has been completed. --- helpers/lh_chroot_install-packages | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'helpers/lh_chroot_install-packages') diff --git a/helpers/lh_chroot_install-packages b/helpers/lh_chroot_install-packages index c97adde1e..e8e0ec12e 100755 --- a/helpers/lh_chroot_install-packages +++ b/helpers/lh_chroot_install-packages @@ -64,6 +64,7 @@ then # Saving cache Save_cache cache/packages_chroot - # Creating stage file - Create_stagefile .stage/chroot_install-packages fi + +# Creating stage file +Create_stagefile .stage/chroot_install-packages -- cgit v1.2.3