From 34a196b8e7255639b97030df3df6d88c794b4f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Wed, 25 Mar 2015 15:23:45 -0400 Subject: [PATCH] Download of translations not properly disabled in APT The wrong APT config name is used to disable download of translations. It's Acquire::Languages, not APT::Acquire::Languages. Change-Id: Ie0c12d444bab19b4486845944ef51031e9133470 Closes-bug: #1436523 --- elements/dpkg/root.d/60-block-apt-translations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/dpkg/root.d/60-block-apt-translations b/elements/dpkg/root.d/60-block-apt-translations index 3949725e..bbb8ac02 100755 --- a/elements/dpkg/root.d/60-block-apt-translations +++ b/elements/dpkg/root.d/60-block-apt-translations @@ -10,7 +10,7 @@ set -o pipefail # Configure APT not to fetch translations files sudo dd of=$TARGET_ROOT/etc/apt/apt.conf.d/95no-translations <