From 4cbf242b1905a2313a0d644f86afa414c3738dc9 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Thu, 11 Apr 2013 16:11:09 +0000 Subject: [PATCH] Add "less" to the chroot Less is not part of the base debian system, so it has to be added explicitly. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- devel/build_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/build_chroot b/devel/build_chroot index 228e58903..43ca4d38f 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -79,7 +79,7 @@ in_chroot -- \ in_chroot -- \ $APT_INSTALL python-setuptools build-essential python-dev sudo automake \ - fakeroot rsync locales + fakeroot rsync locales less echo "en_US.UTF-8 UTF-8" >> $CHDIR/etc/locale.gen -- GitLab