summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmp3/wmmp3-0.12.ebuild')
-rw-r--r--x11-plugins/wmmp3/wmmp3-0.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
index 7c2e96020147..9bdbe679bb6d 100644
--- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild
+++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.14 2012/02/15 09:52:43 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.15 2014/09/01 15:26:27 voyageur Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog sample.wmmp3 README TODO
}