projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a8ba8
)
x11-misc/imwheel: nix src_install()
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 13:56:32 +0000
(09:56 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 18:23:11 +0000
(14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index a7d4720d7c62224792d3fabdc8bde1fbd992da63..ef9c6c2481da64d03cc8e2b56eceda618df27e0e 100644
(file)
--- a/
x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/
x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@
-36,8
+36,3
@@
src_configure() {
myconf="--disable-gpm --disable-gpm-doc"
econf ${myconf} || die "configure failed"
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- default
-}