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 8FDB9138239 for ; Sun, 14 Jul 2019 18:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93DCE091A; Sun, 14 Jul 2019 18:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AC55DE091A for ; Sun, 14 Jul 2019 18:59:38 +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 A6A9E3479E1 for ; Sun, 14 Jul 2019 18:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4669AA8 for ; Sun, 14 Jul 2019 18:59:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1563130765.7459b45f3ccf93bcf673fc24d233f3345d8a3d1f.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/tcsh/tcsh-6.21.00.ebuild X-VCS-Directories: app-shells/tcsh/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7459b45f3ccf93bcf673fc24d233f3345d8a3d1f X-VCS-Branch: master Date: Sun, 14 Jul 2019 18:59:36 +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: 43dee878-7e2e-4e11-8a5c-0ed49c3b7a64 X-Archives-Hash: 480a43b068fc8495b77872abf8f58285 commit: 7459b45f3ccf93bcf673fc24d233f3345d8a3d1f Author: Fabian Groffen gentoo org> AuthorDate: Sun Jul 14 18:59:12 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jul 14 18:59:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7459b45f app-shells/tcsh: fix install Closes: https://bugs.gentoo.org/689850 Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-shells/tcsh/tcsh-6.21.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/tcsh/tcsh-6.21.00.ebuild b/app-shells/tcsh/tcsh-6.21.00.ebuild index ca75f2a2646..dadd2ea9de5 100644 --- a/app-shells/tcsh/tcsh-6.21.00.ebuild +++ b/app-shells/tcsh/tcsh-6.21.00.ebuild @@ -83,7 +83,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install install.man - DOCS=( FAQ Fixes NewThings Ported README WishList Y2K ) + DOCS=( FAQ Fixes NewThings Ported README.md WishList Y2K ) if use doc ; then perl tcsh.man2html tcsh.man || die HTML_DOCS=( tcsh.html/*.html )