diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:11 +0200 |
commit | c338316ee23fbf687fc4554765c24887cee2fd1a (patch) | |
tree | 592c48647ee49bdda829fa0c6632548066f8d822 /helpers | |
parent | 789677ab838dc589ef954ff4745609e22d9d6d6e (diff) | |
download | vyos-live-build-c338316ee23fbf687fc4554765c24887cee2fd1a.tar.gz vyos-live-build-c338316ee23fbf687fc4554765c24887cee2fd1a.zip |
Added forgotten path to bootstrap-base removal.
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 3e2f9d894..fb43cc5d2 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 |