projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4346e
)
app-misc/neofetch: fix double "/usr".
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 23 Sep 2018 07:10:25 +0000
(15:10 +0800)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 23 Sep 2018 07:14:43 +0000
(15:14 +0800)
Bug: https://bugs.gentoo.org/665476
Package-Manager: Portage-2.3.49, 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 de03e24b9c58281419ef4d2df80960a410b45f04..83f1ec36f8d1120dae3494e5014e97d5878f4562 100644
(file)
--- 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
}