From 0c72f37533d19b94301543da8c6a9b58406f1088 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 18:31:55 +0100 Subject: Completing incomplete verbose message when copying files in chroot-includes. --- components/chroot-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/chroot-includes b/components/chroot-includes index 654448916..ebf9fb552 100755 --- a/components/chroot-includes +++ b/components/chroot-includes @@ -83,7 +83,7 @@ def main(): hooks = glob.glob('config/includes/*') + glob.glob('config/includes/.*') if verbose: - print('I: Copying config/includes to') + print('I: Copying config/includes to chroot') cpio = subprocess.call('cd config/includes && find . | cpio -dmpu --no-preserve-owner ../../chroot', shell=True) -- cgit v1.2.3