diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild b/www-client/seamonkey/seamonkey-2.39.ebuild index 5d1acd03f6b15..d668866cb3fbd 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 3c5e6169e2f01..2e413b22f8ce9 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