From ffe94fb621919d7d18a970a35fd4d9ec70d44c80 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 20 Mar 2015 17:30:46 +0100 Subject: reproducible: install debbindiff with recommends, as needed by version 10 --- bin/reproducible_setup_schroot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_setup_schroot.sh') diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh index f02c7c80..3195da46 100755 --- a/bin/reproducible_setup_schroot.sh +++ b/bin/reproducible_setup_schroot.sh @@ -52,7 +52,9 @@ bootstrap() { sudo chroot $CHROOT_TARGET apt-get update if [ -n "$1" ] ; then - sudo chroot $CHROOT_TARGET apt-get install -y --no-install-recommends "$@" + # install debbindiff with all recommends... + #sudo chroot $CHROOT_TARGET apt-get install -y --no-install-recommends "$@" + sudo chroot $CHROOT_TARGET apt-get install -y "$@" fi } -- cgit v1.2.3-54-g00ecf