mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
90bad69e3c
commit
d7eb5c5b4a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user