From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 0A405138334 for ; Sun, 27 Jan 2019 06:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF900E0C33; Sun, 27 Jan 2019 06:21:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A173FE0C33 for ; Sun, 27 Jan 2019 06:21:44 +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 D234A335CF4 for ; Sun, 27 Jan 2019 06:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A18455 for ; Sun, 27 Jan 2019 06:21:40 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1548570061.f1257dfe4e73172c311209bfff42c5457719489f.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/scrot/scrot-0.8_p13-r1.ebuild X-VCS-Directories: media-gfx/scrot/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f1257dfe4e73172c311209bfff42c5457719489f X-VCS-Branch: master Date: Sun, 27 Jan 2019 06:21:40 +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: f79d8e3a-985a-49e0-9ebe-a8a635f4f11b X-Archives-Hash: 1a75c855cb599393eb68c65a19f4e895 commit: f1257dfe4e73172c311209bfff42c5457719489f Author: Benda Xu gentoo org> AuthorDate: Sun Jan 27 06:21:01 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Jan 27 06:21:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1257dfe media-gfx/scrot: correct Prefix path. Suggested-By: Susan Wilson Closes: https://bugs.gentoo.org/675820 Closes: https://github.com/gentoo/gentoo/pull/10909 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu gentoo.org> media-gfx/scrot/scrot-0.8_p13-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/scrot/scrot-0.8_p13-r1.ebuild b/media-gfx/scrot/scrot-0.8_p13-r1.ebuild index 46e7b729c2c..f3270d6118d 100644 --- a/media-gfx/scrot/scrot-0.8_p13-r1.ebuild +++ b/media-gfx/scrot/scrot-0.8_p13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,7 +31,7 @@ src_prepare() { src_install() { emake DESTDIR="${D}" install - rm -r "${D}"/usr/doc || die + rm -r "${ED}"/usr/doc || die dodoc AUTHORS ChangeLog newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}