From f4370639f9a8caab6974412ac9e5981158e518c4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 23 Apr 2011 17:44:01 +0200 Subject: Making apt calls a bit more consistent over the different scripts. --- scripts/build/lb_chroot_apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_chroot_apt') diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt index edfc033c6..aa1db74bf 100755 --- a/scripts/build/lb_chroot_apt +++ b/scripts/build/lb_chroot_apt @@ -139,7 +139,7 @@ case "${1}" in # them again. rm -f chroot/var/cache/apt/* > /dev/null 2>&1 || true rm -f chroot/var/lib/apt/lists/* > /dev/null 2>&1 || true - Chroot chroot "apt-get ${APT_OPTIONS} update" + Apt chroot update # Creating stage file Create_stagefile .stage/chroot_apt -- cgit v1.2.3