diff options
Diffstat (limited to 'helpers/lh_build')
-rwxr-xr-x | helpers/lh_build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_build b/helpers/lh_build index d3e7d630c..43a33de37 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 ${*} |