media-gfx/shotwell: Unconditionally install en_GB to make check more robust

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-10 21:10:50 +02:00
parent 416e1cb888
commit fc2fab16e8

View File

@@ -92,8 +92,7 @@ src_prepare() {
sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
fi
done
[[ $(wc -l "${S}"/po/LINGUAS | awk '{print $1}') == 0 ]] &&
echo en_GB > "${S}"/po/LINGUAS
echo en_GB >> "${S}"/po/LINGUAS
}
src_configure() {