From: Benda Xu Date: Sun, 23 Sep 2018 07:10:25 +0000 (+0800) Subject: app-misc/neofetch: fix double "/usr". X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac93f5d4b432cf5ec40270b6d79a655112e75f43;p=gentoo.git app-misc/neofetch: fix double "/usr". Bug: https://bugs.gentoo.org/665476 Package-Manager: Portage-2.3.49, 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 de03e24b9c58..83f1ec36f8d1 100644 --- a/app-misc/neofetch/neofetch-5.0.0.ebuild +++ b/app-misc/neofetch/neofetch-5.0.0.ebuild @@ -28,5 +28,5 @@ RDEPEND="sys-apps/pciutils )" src_install() { - emake DESTDIR="${ED}/usr" install + emake DESTDIR="${ED}" install }