From f8c02a171de85ca236ee03f903590be56fdfa73c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 17 Feb 2019 09:32:27 +0100 Subject: [PATCH] debdev: Install locales-all --- debdev | 1 + 1 file changed, 1 insertion(+) diff --git a/debdev b/debdev index 294d301..35f5c6a 100755 --- a/debdev +++ b/debdev @@ -13,6 +13,7 @@ if ! schroot -la | grep -q "session:$SESSID"; then # work around for system groups schroot -r -c session:$SESSID -u root -- addgroup --system staff || true schroot -r -c session:$SESSID -u root -- apt-get install --no-install-recommends -o Dpkg::Options::="--force-confnew" -y git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion libnss-myhostname python-keyrings.alt wget gnupg2 ubuntu-dev-tools python3-debian qemu-kvm qemu-utils + schroot -r -c session:$SESSID -u root -- apt-get install -y locales-all || true #sudo mount -o bind /etc/schroot/ $(schroot --location -c session:$SESSID)/etc/schroot/ fi shift -- 2.39.2