summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-11-22 08:45:20 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-11-22 08:45:57 +0100
commit0ef2729b045927e8b14315251b61a31d09c072be (patch)
tree708d092c9c7d3f03f65fbcdf1675b720139f0e92 /www-client
parentdev-libs/libpfm: version bump to 4.8.0 (diff)
downloadgentoo-0ef2729b045927e8b14315251b61a31d09c072be.tar.gz
gentoo-0ef2729b045927e8b14315251b61a31d09c072be.tar.bz2
gentoo-0ef2729b045927e8b14315251b61a31d09c072be.zip
www-client/seamonkey: Fix build failure #588070
Package-Manager: portage-2.3.2
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/seamonkey-2.40.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.40.ebuild b/www-client/seamonkey/seamonkey-2.40.ebuild
index 30c04aa493ad..34befd257bb9 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