summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-09-10 15:55:46 +0800
committerBenda Xu <heroxbd@gentoo.org>2018-09-10 15:57:03 +0800
commit27fa7a82cd6b3aa6d6c2687828e2ca34930d176e (patch)
tree6272c366c5e18ebd1de60704fba9bbd210986235 /app-misc/neofetch
parentapp-i18n/scim-anthy: add patch to fix compilation with GTK2 (diff)
downloadgentoo-27fa7a82cd6b3aa6d6c2687828e2ca34930d176e.tar.gz
gentoo-27fa7a82cd6b3aa6d6c2687828e2ca34930d176e.tar.bz2
gentoo-27fa7a82cd6b3aa6d6c2687828e2ca34930d176e.zip
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
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r--app-misc/neofetch/neofetch-5.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
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
+}