summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-10 21:10:50 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-11 09:05:16 +0200
commitfc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8 (patch)
treea5c259bee2a51fb2730e7ec2df099e2fcfae5b93 /media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
parentapp-office/impressive: Fix typo (diff)
downloadgentoo-fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8.tar.gz
gentoo-fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8.tar.bz2
gentoo-fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8.zip
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>
Diffstat (limited to 'media-gfx/shotwell/shotwell-0.22.0-r1.ebuild')
-rw-r--r--media-gfx/shotwell/shotwell-0.22.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
index 9e2380f6b456..b41ec6e16cd9 100644
--- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
@@ -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() {