summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/neofetch/neofetch-5.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}