www-client/seamonkey: fix install path related to USE="-gmp-autoupdate"

Bug: http://bugs.gentoo.org/588070

Package-Manager: portage-2.2.28
This commit is contained in:
Ian Stakenvicius 2016-07-18 12:52:39 -04:00
parent 90bad69e3c
commit d7eb5c5b4a
No known key found for this signature in database
GPG Key ID: DAE81A237F0008F0
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ src_install() {
if ! use gmp-autoupdate ; then
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| die
done
fi

View File

@ -276,7 +276,7 @@ src_install() {
if ! use gmp-autoupdate ; then
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| die
done
fi