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 156A3138359 for ; Sun, 4 Oct 2020 17:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CB4E08EB; Sun, 4 Oct 2020 17:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 83905E08EB for ; Sun, 4 Oct 2020 17:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2338C340955 for ; Sun, 4 Oct 2020 17:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9548038D for ; Sun, 4 Oct 2020 17:30:28 +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: <1601832618.2e20415ec34659dacd168e155e84d7ba46a0fbb4.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird-bin/thunderbird-bin-78.3.1-r1.ebuild mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild X-VCS-Directories: mail-client/thunderbird-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2e20415ec34659dacd168e155e84d7ba46a0fbb4 X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:30:28 +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: 6114d854-c4ae-485e-977f-2be2cdc0617f X-Archives-Hash: 20e6591cd73e2ebcf469368df12abd7e commit: 2e20415ec34659dacd168e155e84d7ba46a0fbb4 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 4 17:01:42 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 4 17:30:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e20415e mail-client/thunderbird-bin: install prefs in correct location Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> ...underbird-bin-78.3.1.ebuild => thunderbird-bin-78.3.1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1-r1.ebuild similarity index 98% rename from mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild rename to mail-client/thunderbird-bin/thunderbird-bin-78.3.1-r1.ebuild index 4f1ebb239d2..31892aaca85 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1-r1.ebuild @@ -181,11 +181,11 @@ src_install() { newins "${FILESDIR}"/disable-auto-update.policy.json policies.json # Install system-wide preferences - local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" + local PREFS_DIR="${MOZILLA_FIVE_HOME}/defaults/pref" insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" # Install language packs local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') )