diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 3e2f9d8..fb43cc5 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -370,7 +370,7 @@ done # Enable live-installer if [ "${LH_DEBIAN_INSTALLER}" = "live" ] then - rm -f bootstrap-base_*.udeb + rm -f pool/main/b/base-installer/bootstrap-base_*.udeb fi # Moving udebs |