summaryrefslogtreecommitdiff
path: root/app-misc/neofetch/neofetch-5.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/neofetch/neofetch-5.0.0.ebuild')
-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
+}