diff options
author | 2010-07-30 19:36:40 +0200 | |
---|---|---|
committer | 2015-10-11 10:45:47 +0200 | |
commit | 03d9aa820f7deba9d501c95336cf7aaf4a3c4ce1 (patch) | |
tree | df2f19cf7f9ae258ea6da83f0564f70c136c2bc4 /eclass | |
parent | magus: Do not install unnecessary header files (diff) | |
download | mv-03d9aa820f7deba9d501c95336cf7aaf4a3c4ce1.tar.gz mv-03d9aa820f7deba9d501c95336cf7aaf4a3c4ce1.tar.bz2 mv-03d9aa820f7deba9d501c95336cf7aaf4a3c4ce1.zip |
Fix path for firefox extensions
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mv_mozextension.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mv_mozextension.eclass b/eclass/mv_mozextension.eclass index 238fc19e..59990626 100644 --- a/eclass/mv_mozextension.eclass +++ b/eclass/mv_mozextension.eclass @@ -73,7 +73,7 @@ mv_mozextension_src_install () { case "${MOZILLAS}" in *fire*) if has_version '>=www-client/firefox-3.6' - then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox" + then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" xpi_install_dirs INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/firefox)" fi |