Fix apt-get invocation in chroot_builder
authorMichele Tartara <mtartara@google.com>
Mon, 8 Jul 2013 06:57:13 +0000 (06:57 +0000)
committerMichele Tartara <mtartara@google.com>
Mon, 8 Jul 2013 09:45:32 +0000 (11:45 +0200)
Use the macro containing all the required parameters, instead of just using
"apt-get install".

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

devel/build_chroot

index 38f27a6..0a91bf8 100755 (executable)
@@ -205,7 +205,7 @@ in_chroot -- \
 
 #Tools for creating debian packages
 in_chroot -- \
-  apt-get install python-docutils debhelper quilt
+  $APT_INSTALL python-docutils debhelper quilt
 
 #Set default editor
 in_chroot -- \