From: Michele Tartara Date: Mon, 8 Jul 2013 06:57:13 +0000 (+0000) Subject: Fix apt-get invocation in chroot_builder X-Git-Tag: v2.8.0rc1~51 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/2bc994ce5c28a42753618dd8b5537afa9fe5fb8a Fix apt-get invocation in chroot_builder Use the macro containing all the required parameters, instead of just using "apt-get install". Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- diff --git a/devel/build_chroot b/devel/build_chroot index 38f27a6..0a91bf8 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -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 -- \