From: Peter Palfrader Date: Wed, 8 Feb 2012 11:24:06 +0000 (+0100) Subject: actually do it X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=67b22be13aa2a166f0dc982585b32097438298ac;p=dsa-metapackages.git actually do it --- 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