From: Benda Xu Date: Mon, 10 Sep 2018 07:55:46 +0000 (+0800) Subject: app-misc/neofetch: Support Prefix. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27fa7a82cd6b3aa6d6c2687828e2ca34930d176e;p=gentoo.git 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 --- diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild index 4757864917ab..de03e24b9c58 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 +}