projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a09ef
)
sys-apps/dnotify: nix src_install()
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 13:53:29 +0000
(09:53 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 18:23:10 +0000
(14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/dnotify/dnotify-0.18.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/dnotify/dnotify-0.18.0.ebuild
b/sys-apps/dnotify/dnotify-0.18.0.ebuild
index 5a207d27f378d603f0b74abc095f96c4a68b4772..6c11fbe8b1dc4d1ecb77af6431e5f453453ec77e 100644
(file)
--- a/
sys-apps/dnotify/dnotify-0.18.0.ebuild
+++ b/
sys-apps/dnotify/dnotify-0.18.0.ebuild
@@
-24,8
+24,3
@@
src_configure() {
econf \
$(use_enable nls)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- default
-}