commit:     f3422ce6336d624a3295af0421a5dba2ac9b7200
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 15:50:42 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 11:45:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3422ce6

www-client/firefox: fix style

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-68.6.0-r2.ebuild | 4 ++--
 www-client/firefox/firefox-74.0-r2.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/firefox/firefox-68.6.0-r2.ebuild 
b/www-client/firefox/firefox-68.6.0-r2.ebuild
index d610d428cc5..eb63ae0f71d 100644
--- a/www-client/firefox/firefox-68.6.0-r2.ebuild
+++ b/www-client/firefox/firefox-68.6.0-r2.ebuild
@@ -708,7 +708,7 @@ PROFILE_EOF
        newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
 
        # Install icons and .desktop for menu entry
-       for size in ${sizes}; do
+       for size in ${sizes} ; do
                insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
                newins "${icon_path}/default${size}.png" "${icon}.png"
        done
@@ -734,7 +734,7 @@ PROFILE_EOF
        dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin
 
        # Required in order to use plugins and even run firefox on hardened.
-       pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
+       pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
 }
 
 pkg_preinst() {

diff --git a/www-client/firefox/firefox-74.0-r2.ebuild 
b/www-client/firefox/firefox-74.0-r2.ebuild
index 739761cdb2f..b6ff763a5bf 100644
--- a/www-client/firefox/firefox-74.0-r2.ebuild
+++ b/www-client/firefox/firefox-74.0-r2.ebuild
@@ -727,7 +727,7 @@ PROFILE_EOF
        newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
 
        # Install icons and .desktop for menu entry
-       for size in ${sizes}; do
+       for size in ${sizes} ; do
                insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
                newins "${icon_path}/default${size}.png" "${icon}.png"
        done
@@ -753,7 +753,7 @@ PROFILE_EOF
        dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin
 
        # Required in order to use plugins and even run firefox on hardened.
-       pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
+       pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
 }
 
 pkg_preinst() {

Reply via email to