Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Mon, 30 Mar 2020 11:46:14
Message-Id: 1585568709.f3422ce6336d624a3295af0421a5dba2ac9b7200.whissi@gentoo
1 commit: f3422ce6336d624a3295af0421a5dba2ac9b7200
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 15:50:42 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:45:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3422ce6
7
8 www-client/firefox: fix style
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 www-client/firefox/firefox-68.6.0-r2.ebuild | 4 ++--
13 www-client/firefox/firefox-74.0-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-68.6.0-r2.ebuild b/www-client/firefox/firefox-68.6.0-r2.ebuild
17 index d610d428cc5..eb63ae0f71d 100644
18 --- a/www-client/firefox/firefox-68.6.0-r2.ebuild
19 +++ b/www-client/firefox/firefox-68.6.0-r2.ebuild
20 @@ -708,7 +708,7 @@ PROFILE_EOF
21 newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
22
23 # Install icons and .desktop for menu entry
24 - for size in ${sizes}; do
25 + for size in ${sizes} ; do
26 insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
27 newins "${icon_path}/default${size}.png" "${icon}.png"
28 done
29 @@ -734,7 +734,7 @@ PROFILE_EOF
30 dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin
31
32 # Required in order to use plugins and even run firefox on hardened.
33 - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
34 + pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
35 }
36
37 pkg_preinst() {
38
39 diff --git a/www-client/firefox/firefox-74.0-r2.ebuild b/www-client/firefox/firefox-74.0-r2.ebuild
40 index 739761cdb2f..b6ff763a5bf 100644
41 --- a/www-client/firefox/firefox-74.0-r2.ebuild
42 +++ b/www-client/firefox/firefox-74.0-r2.ebuild
43 @@ -727,7 +727,7 @@ PROFILE_EOF
44 newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
45
46 # Install icons and .desktop for menu entry
47 - for size in ${sizes}; do
48 + for size in ${sizes} ; do
49 insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
50 newins "${icon_path}/default${size}.png" "${icon}.png"
51 done
52 @@ -753,7 +753,7 @@ PROFILE_EOF
53 dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin
54
55 # Required in order to use plugins and even run firefox on hardened.
56 - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
57 + pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container}
58 }
59
60 pkg_preinst() {