From 0b2b7272201395ead03cb97578f1ef170c42e445 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 25 Jan 2017 14:32:04 +0100 Subject: [PATCH] schrootbd: force new conffiles --- schrootbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schrootbd b/schrootbd index 2e0d400..b280797 100755 --- a/schrootbd +++ b/schrootbd @@ -9,6 +9,6 @@ if [ -z "$pkg" ]; then fi SESSID=$(schroot -b -c "$schroot" -n "schroot-$schroot-$pkg") -schroot -r -c session:$SESSID -u root -- apt-get -y build-dep "$pkg" +schroot -r -c session:$SESSID -u root -- apt-get -o Dpkg::Options::="--force-confnew" -y build-dep "$pkg" echo "You will now be put into the schroot. It will NOT be cleaned up when you exit this shell!" schroot -r -c session:$SESSID -- 2.39.2