From 67b22be13aa2a166f0dc982585b32097438298ac Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 8 Feb 2012 12:24:06 +0100 Subject: [PATCH 1/1] actually do it --- apt-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-in-chroot b/apt-in-chroot index ee02a10..0fd9db8 100755 --- a/apt-in-chroot +++ b/apt-in-chroot @@ -95,7 +95,7 @@ if [ "$method" = "dchroot" ]; then /usr/sbin/chroot $CHROOT_DIR/"$requested_chroot" apt-get "$APTCMD" $PACKAGES elif [ "$method" = "schroot" ]; then echo "Will run 'schroot -c $requested_chroot apt-get $APTCMD $PACKAGES'" - #/usr/sbin/chroot $CHROOT_DIR/"$requested_chroot" apt-get "$APTCMD" $PACKAGES + schroot -c "$requested_chroot" apt-get "$APTCMD" $PACKAGES else echo >&2 "Invalid method." exit 1 -- 2.30.2