From d7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 18 Jul 2016 12:52:39 -0400 Subject: www-client/seamonkey: fix install path related to USE="-gmp-autoupdate" Bug: http://bugs.gentoo.org/588070 Package-Manager: portage-2.2.28 --- www-client/seamonkey/seamonkey-2.39.ebuild | 2 +- www-client/seamonkey/seamonkey-2.40.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild b/www-client/seamonkey/seamonkey-2.39.ebuild index 5d1acd03f6b1..d668866cb3fb 100644 --- a/www-client/seamonkey/seamonkey-2.39.ebuild +++ b/www-client/seamonkey/seamonkey-2.39.ebuild @@ -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 diff --git a/www-client/seamonkey/seamonkey-2.40.ebuild b/www-client/seamonkey/seamonkey-2.40.ebuild index 3c5e6169e2f0..2e413b22f8ce 100644 --- a/www-client/seamonkey/seamonkey-2.40.ebuild +++ b/www-client/seamonkey/seamonkey-2.40.ebuild @@ -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 -- cgit v1.2.3-18-g5258