diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-26 14:23:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 67a0daf67130c29541ccfde5eda0ef4eaf6c3278 (patch) | |
tree | df3f99bdee4b8979dc76923f2803895671271e36 | |
parent | 951c24dc08ac85d9f1d99fdb06780b1fd499affe (diff) | |
download | live-build-67a0daf67130c29541ccfde5eda0ef4eaf6c3278.zip live-build-67a0daf67130c29541ccfde5eda0ef4eaf6c3278.tar.gz |
Removing enforced installation of mawk in the chroot in lh_binary_debian-installer, mawk is priority required and therefore always there anyway. Additionally, this would unnecessarily blow up images that have gawk (or any other awk implementation) installed.
-rwxr-xr-x | helpers/lh_binary_debian-installer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 83c1681..663df9f 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -69,7 +69,6 @@ Create_lockfile .lock # Checking depends Check_package chroot/usr/bin/wget wget -Check_package chroot/usr/bin/awk mawk Check_package chroot/usr/bin/apt-ftparchive apt-utils # Restoring cache |