summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-09-01 13:45:58 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-09-01 13:45:58 +0000
commita16847149fcc637d2706743d8d6af959e7d84e12 (patch)
tree63b51112083f0df446247843167dd132e23e5b3d /x11-plugins
parentReplace einstall with emake install, bug #521752 (diff)
downloadgentoo-2-a16847149fcc637d2706743d8d6af959e7d84e12.tar.gz
gentoo-2-a16847149fcc637d2706743d8d6af959e7d84e12.tar.bz2
gentoo-2-a16847149fcc637d2706743d8d6af959e7d84e12.zip
Replace einstall with emake install, bug #521692
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmupmon/ChangeLog7
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog
index eb0065385598..60104533226a 100644
--- a/x11-plugins/wmupmon/ChangeLog
+++ b/x11-plugins/wmupmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmupmon
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.22 2008/11/26 00:10:12 tcunha Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.23 2014/09/01 13:45:58 voyageur Exp $
+
+ 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmupmon-0.1.3-r1.ebuild:
+ Replace einstall with emake install, bug #521692
26 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmupmon-0.1.3-r1.ebuild:
stable sparc, bug 215651
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
index b847386b9418..ee80a64588e4 100644
--- a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
+++ b/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.8 2008/11/26 00:10:12 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.9 2014/09/01 13:45:58 voyageur Exp $
inherit eutils
@@ -27,6 +27,6 @@ src_unpack() {
}
src_install() {
- einstall || die "einstall failed."
+ emake DESTDIR="${D}" install || die "einstall failed."
dodoc AUTHORS README THANKS ChangeLog
}