summaryrefslogtreecommitdiff
path: root/helpers/lh_build
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_build')
-rwxr-xr-xhelpers/lh_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_build b/helpers/lh_build
index d3e7d63..43a33de 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -55,13 +55,13 @@ Set_defaults
Check_defaults
# Bootstrapping system
-lh_bootstrap ${*}
+lh bootstrap ${*}
# Customizing chroot
-lh_chroot ${*}
+lh chroot ${*}
# Building binary images
-lh_binary ${*}
+lh binary ${*}
# Building source images
-lh_source ${*}
+lh source ${*}