From 934251d7d347240efe8283733c1dfcd1b88a1d3a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 8 May 2016 21:47:53 +0100 Subject: profiles/common: Drop LINGUAS and LANG for media-video/mplayer --- profiles/common/profile.bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'profiles/common') diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index f64a055b..a6bf4336 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -279,4 +279,13 @@ function pre_pkg_preinst () { __restore_bash_options } +function pre_src_configure () { + if [[ ${CATEGORY}/${PN} == media-video/mplayer ]] ; then + einfo "Unsetting LINGUAS LANG" + unset LINGUAS LANG + fi + + return 0 +} + # vim: syntax=sh -- cgit v1.2.3