build_chroot: fix duplicate install
authorKlaus Aehlig <aehlig@google.com>
Fri, 28 Jun 2013 13:53:20 +0000 (15:53 +0200)
committerKlaus Aehlig <aehlig@google.com>
Fri, 28 Jun 2013 15:34:09 +0000 (17:34 +0200)
In the last change to the chroot build script, the
apt-get command 'install' was moved to the APT_INSTALL
macro; however, it was forgotten to remove it outside
the macro, causing an error, as there is no package
with name 'install'.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

devel/build_chroot

index aff8f3c..8dd41bb 100755 (executable)
@@ -116,7 +116,7 @@ in_chroot -- \
 
 #Install selected packages from backports
 in_chroot -- \
-  $APT_INSTALL -t squeeze-backports install \
+  $APT_INSTALL -t squeeze-backports \
     git \
     vim