summaryrefslogtreecommitdiff
path: root/components/chroot_hooks
diff options
context:
space:
mode:
Diffstat (limited to 'components/chroot_hooks')
-rwxr-xr-xcomponents/chroot_hooks4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/chroot_hooks b/components/chroot_hooks
index cf000cd95..653e95379 100755
--- a/components/chroot_hooks
+++ b/components/chroot_hooks
@@ -41,7 +41,7 @@ def main():
# --verbose
verbose = args.verbose
- ## Executing hooks
+ ## Calling chroot hooks
# stagefile
if os.path.isfile('.build/chroot_hooks'):
@@ -99,7 +99,7 @@ def main():
os.rmdir('chroot/live-build/config')
os.rmdir('chroot/live-build')
- ## stagefile
+ # stagefile
os.makedirs('.build', exist_ok=True)
open('.build/chroot_hooks', 'w').close()