commit:     d7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 16:52:39 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 16:55:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eb5c5b

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 5d1acd0..d668866 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 3c5e616..2e413b2 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

Reply via email to