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 13C2E138334 for ; Mon, 10 Sep 2018 07:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5BF6E0BC3; Mon, 10 Sep 2018 07:57:22 +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 B0549E0BC3 for ; Mon, 10 Sep 2018 07:57:22 +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 CABC7335CC9 for ; Mon, 10 Sep 2018 07:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC2A3C5 for ; Mon, 10 Sep 2018 07:57:19 +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: <1536566223.27fa7a82cd6b3aa6d6c2687828e2ca34930d176e.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/neofetch/neofetch-5.0.0.ebuild X-VCS-Directories: app-misc/neofetch/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 27fa7a82cd6b3aa6d6c2687828e2ca34930d176e X-VCS-Branch: master Date: Mon, 10 Sep 2018 07:57:19 +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-Archives-Salt: ff31ee6c-210a-420a-8dae-95cd04b8b7b5 X-Archives-Hash: ec9674ae014024a5cfed43197001afc8 commit: 27fa7a82cd6b3aa6d6c2687828e2ca34930d176e Author: Benda Xu gentoo org> AuthorDate: Mon Sep 10 07:55:46 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Sep 10 07:57:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fa7a82 app-misc/neofetch: Support Prefix. Suggested-By: Pengcheng Xu. Closes: https://bugs.gentoo.org/665476 Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-misc/neofetch/neofetch-5.0.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild index 4757864917a..de03e24b9c5 100644 --- a/app-misc/neofetch/neofetch-5.0.0.ebuild +++ b/app-misc/neofetch/neofetch-5.0.0.ebuild @@ -26,3 +26,7 @@ RDEPEND="sys-apps/pciutils x11-apps/xrandr x11-apps/xwininfo )" + +src_install() { + emake DESTDIR="${ED}/usr" install +}