From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E306C138350 for ; Mon, 30 Mar 2020 11:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 183B9E091A; Mon, 30 Mar 2020 11:46:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F40D2E0916 for ; Mon, 30 Mar 2020 11:46:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77AC434F4A6 for ; Mon, 30 Mar 2020 11:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36801B0 for ; Mon, 30 Mar 2020 11:46:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1585568709.f3422ce6336d624a3295af0421a5dba2ac9b7200.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-68.6.0-r2.ebuild www-client/firefox/firefox-74.0-r2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f3422ce6336d624a3295af0421a5dba2ac9b7200 X-VCS-Branch: master Date: Mon, 30 Mar 2020 11:46:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae80f366-6d64-445a-af85-1e5b019c8a82 X-Archives-Hash: d7869be2074e055f869bfdab36021c6a commit: f3422ce6336d624a3295af0421a5dba2ac9b7200 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 28 15:50:42 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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() {