www-client/seamonkey: fix install path related to USE="-gmp-autoupdate"
authorIan Stakenvicius <axs@gentoo.org>
Mon, 18 Jul 2016 16:52:39 +0000 (12:52 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Mon, 18 Jul 2016 16:55:17 +0000 (12:55 -0400)
Bug: http://bugs.gentoo.org/588070

Package-Manager: portage-2.2.28

www-client/seamonkey/seamonkey-2.39.ebuild
www-client/seamonkey/seamonkey-2.40.ebuild

index 5d1acd03f6b15dee5cb867cbb4c785142bc9f528..d668866cb3fbd68a0b03ea3b768f1a8b051189f6 100644 (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
index 3c5e6169e2f0195c73b46d5f3bae2bf8bd33286e..2e413b22f8ce9d21a6b0bebcb11a223abc87a547 100644 (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