Skip to content

Commit

Permalink
www-client/seamonkey: fix install path related to USE="-gmp-autoupdate"
Browse files Browse the repository at this point in the history
Bug: http://bugs.gentoo.org/588070

Package-Manager: portage-2.2.28
  • Loading branch information
axs-gentoo committed Jul 18, 2016
1 parent 90bad69 commit d7eb5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www-client/seamonkey/seamonkey-2.39.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www-client/seamonkey/seamonkey-2.40.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7eb5c5

Please sign in to comment.