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 66920138351 for ; Sat, 8 Feb 2020 16:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E093E0829; Sat, 8 Feb 2020 16:25:06 +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 35B1FE082B for ; Sat, 8 Feb 2020 16:25:06 +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 E2C3734E652 for ; Sat, 8 Feb 2020 16:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A26B0 for ; Sat, 8 Feb 2020 16:25:03 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581178979.0d1a1b6d738dc4610d687ef303c3ec5c59945b68.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-2.0.28.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0d1a1b6d738dc4610d687ef303c3ec5c59945b68 X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:25:03 +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: a0364b67-5f77-435d-9606-30053cd5f7c5 X-Archives-Hash: e6a81e135797e888a1dc572e0918b25e commit: 0d1a1b6d738dc4610d687ef303c3ec5c59945b68 Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 16:22:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 16:22:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1a1b6d net-irc/inspircd: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert gentoo.org> net-irc/inspircd/inspircd-2.0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/inspircd/inspircd-2.0.28.ebuild b/net-irc/inspircd/inspircd-2.0.28.ebuild index 86ef749f122..5c6d7f36182 100644 --- a/net-irc/inspircd/inspircd-2.0.28.ebuild +++ b/net-irc/inspircd/inspircd-2.0.28.ebuild @@ -79,7 +79,7 @@ src_compile() { } src_install() { - emake INSTUID=${PN} DESTDIR="${D%/}" install + emake INSTUID=${PN} DESTDIR="${D}" install insinto "/usr/include/${PN}" doins -r include/.