diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-09-10 15:55:46 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-09-10 15:57:03 +0800 |
commit | 27fa7a82cd6b3aa6d6c2687828e2ca34930d176e (patch) | |
tree | 6272c366c5e18ebd1de60704fba9bbd210986235 /app-misc/neofetch | |
parent | app-i18n/scim-anthy: add patch to fix compilation with GTK2 (diff) | |
download | gentoo-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.ebuild | 4 |
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 +} |