diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-31 14:55:04 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-31 14:55:20 +0200 |
commit | 1e256e8321847208b2415654ff76f5c3a403bf8a (patch) | |
tree | 10679ec5a4cd0f3c326be59398f1e9184289f1e2 /eclass | |
parent | net-analyzer/zabbix: bump to 4.0.33 (diff) | |
download | gentoo-1e256e8321847208b2415654ff76f5c3a403bf8a.tar.gz gentoo-1e256e8321847208b2415654ff76f5c3a403bf8a.tar.bz2 gentoo-1e256e8321847208b2415654ff76f5c3a403bf8a.zip |
mozlinguas-v2.eclass: Support waterfox
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozlinguas-v2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass index 423f0bdcc71a..f8e3c95d8824 100644 --- a/eclass/mozlinguas-v2.eclass +++ b/eclass/mozlinguas-v2.eclass @@ -299,7 +299,7 @@ mozlinguas_src_compile() { # leverage BUILD_OBJ_DIR if set otherwise assume PWD. local x y targets=( "langpack" ) localedir="${BUILD_OBJ_DIR:-.}" case ${PN} in - *firefox) + *firefox|waterfox*) localedir+="/browser/locales" ;; seamonkey) |