summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 18:31:55 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 18:31:55 +0100
commit0c72f37533d19b94301543da8c6a9b58406f1088 (patch)
treeba23c91de1421b236859dd607cc7322853dc1d21 /components
parent00b2ea2d8af3c9f09355cf0eca139fe28530c55f (diff)
downloadvyos-live-build-0c72f37533d19b94301543da8c6a9b58406f1088.tar.gz
vyos-live-build-0c72f37533d19b94301543da8c6a9b58406f1088.zip
Completing incomplete verbose message when copying files in chroot-includes.
Diffstat (limited to 'components')
-rwxr-xr-xcomponents/chroot-includes2
1 files changed, 1 insertions, 1 deletions
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)