summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 09:53:02 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:10 -0400
commit74a09ef4102dd69a9c9c8cf967bdec6f73ac7909 (patch)
treee8a87b782ceea53fa93aff469c073ae159a08b91
parentmedia-libs/libptp2: nix src_install() (diff)
downloadgentoo-74a09ef4.tar.gz
gentoo-74a09ef4.tar.bz2
gentoo-74a09ef4.zip
x11-plugins/guifications: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--x11-plugins/guifications/guifications-2.16.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 95bed743de17..7c04124a3e39 100644
--- 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
-}