commit: 0ef2729b045927e8b14315251b61a31d09c072be
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 07:45:20 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 07:45:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef2729b
www-client/seamonkey: Fix build failure #588070
Package-Manager: portage-2.3.2
www-client/seamonkey/seamonkey-2.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/seamonkey/seamonkey-2.40.ebuild
b/www-client/seamonkey/seamonkey-2.40.ebuild
index 30c04aa..34befd2 100644
--- a/www-client/seamonkey/seamonkey-2.40.ebuild
+++ b/www-client/seamonkey/seamonkey-2.40.ebuild
@@ -277,7 +277,7 @@ src_install() {
if ! use gmp-autoupdate ; then
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
-
"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
+
"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" \
|| die
done
fi