summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-07-18 12:52:39 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-07-18 12:55:17 -0400
commitd7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f (patch)
tree0c137a8e92e35b6f2fe38254cb4d7210676c63a3 /www-client
parentnet-dialup/accel-ppp: fix wrong checksums for recently added 1.11.0 release (diff)
downloadgentoo-d7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f.tar.gz
gentoo-d7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f.tar.bz2
gentoo-d7eb5c5b4a392b0506c60bea4795ea3fa3c5f06f.zip
www-client/seamonkey: fix install path related to USE="-gmp-autoupdate"
Bug: http://bugs.gentoo.org/588070 Package-Manager: portage-2.2.28
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/seamonkey-2.39.ebuild2
-rw-r--r--www-client/seamonkey/seamonkey-2.40.ebuild2
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