diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 1f7eb9e7d4b1080e9e59aa1713138f72cc8710bb (patch) | |
tree | 592c48647ee49bdda829fa0c6632548066f8d822 | |
parent | 54fe10c03593616519c7b6b6d917f2fe789b8a7c (diff) | |
download | vyos-live-build-1f7eb9e7d4b1080e9e59aa1713138f72cc8710bb.tar.gz vyos-live-build-1f7eb9e7d4b1080e9e59aa1713138f72cc8710bb.zip |
Added forgotten path to bootstrap-base removal.
-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 |