diff options
Diffstat (limited to 'helpers/lh_binary')
-rwxr-xr-x | helpers/lh_binary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index be6dbd0..b6a30cd 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -39,6 +39,7 @@ lh_binary_chroot ${*} if [ "${LH_CHROOT_BUILD}" = "enabled" ] then # Configuring chroot + lh_chroot_devpts install ${*} lh_chroot_proc install ${*} lh_chroot_sysfs install ${*} lh_chroot_hosts install ${*} @@ -81,4 +82,5 @@ then lh_chroot_hosts remove ${*} lh_chroot_sysfs remove ${*} lh_chroot_proc remove ${*} + lh_chroot_devpts remove ${*} fi |