projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05f206
)
x11-plugins/guifications: nix src_install()
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 13:53:02 +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
x11-plugins/guifications/guifications-2.16.ebuild
patch
|
blob
|
history
diff --git
a/x11-plugins/guifications/guifications-2.16.ebuild
b/x11-plugins/guifications/guifications-2.16.ebuild
index 95bed743de170110d67e14c669ad0ac6c58f4047..7c04124a3e390ec4efb2f91efb5e15d735b2f748 100644
(file)
--- a/
x11-plugins/guifications/guifications-2.16.ebuild
+++ b/
x11-plugins/guifications/guifications-2.16.ebuild
@@
-28,8
+28,3
@@
src_configure() {
$(use_enable debug ) \
$(use_enable nls) || die "econf failure"
}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failure"
- default
-}