projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007ce9f
)
app-misc/neofetch: Support Prefix.
author
Benda Xu
<heroxbd@gentoo.org>
Mon, 10 Sep 2018 07:55:46 +0000
(15:55 +0800)
committer
Benda Xu
<heroxbd@gentoo.org>
Mon, 10 Sep 2018 07:57:03 +0000
(15:57 +0800)
Suggested-By: Pengcheng Xu.
Closes: https://bugs.gentoo.org/665476
Package-Manager: Portage-2.3.48, Repoman-2.3.10
app-misc/neofetch/neofetch-5.0.0.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/neofetch/neofetch-5.0.0.ebuild
b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 4757864917aba736d71e8b21658fc3aafec05144..de03e24b9c58281419ef4d2df80960a410b45f04 100644
(file)
--- 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
+}