From 2ef5a2bfe1dec6ecdf0a163177459ef074f67f7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 30 Dec 2012 12:51:03 +0100 Subject: Omitting binary manifest creation when chroot filesystem is set to none. --- scripts/build/binary_manifest | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index 420d6b427..2f0d9cf2a 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -24,6 +24,11 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults +if [ "${LB_CHROOT_FILESYSTEM}" = "none" ] +then + exit 0 +fi + Echo_message "Begin creating manifest..." # Requiring stage file -- cgit v1.2.3