From 2bc994ce5c28a42753618dd8b5537afa9fe5fb8a Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Mon, 8 Jul 2013 06:57:13 +0000 Subject: [PATCH] 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 --- devel/build_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- \ -- 1.7.10.4