diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:40:22 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:40:22 +0000 |
commit | 7eb7a9fdf44bf2492a6622ef59cb0ff452a20087 (patch) | |
tree | c9efad3744a7f7c10789b04fab601dab0f4bb673 /x11-plugins/wmdf | |
parent | Replace einstall with emake install, bug #521682 (diff) | |
download | gentoo-2-7eb7a9fdf44bf2492a6622ef59cb0ff452a20087.tar.gz gentoo-2-7eb7a9fdf44bf2492a6622ef59cb0ff452a20087.tar.bz2 gentoo-2-7eb7a9fdf44bf2492a6622ef59cb0ff452a20087.zip |
Replace einstall with emake install, bug #521678
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmdf')
-rw-r--r-- | x11-plugins/wmdf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmdf/ChangeLog b/x11-plugins/wmdf/ChangeLog index 3196453b6d68..d3810dc6ef32 100644 --- a/x11-plugins/wmdf/ChangeLog +++ b/x11-plugins/wmdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.16 2012/02/15 09:46:56 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.17 2014/09/01 15:40:22 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmdf-0.1.6-r1.ebuild: + Replace einstall with emake install, bug #521678 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmdf-0.1.6-r1.ebuild: Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607 diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild index 354bf2f0150e..d4374fe4d67c 100644 --- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild +++ b/x11-plugins/wmdf/wmdf-0.1.6-r1.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/wmdf/wmdf-0.1.6-r1.ebuild,v 1.10 2012/02/15 09:46:56 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v 1.11 2014/09/01 15:40:22 voyageur Exp $ inherit eutils @@ -32,6 +32,6 @@ src_unpack() { } src_install() { - einstall || die "Install failed" + emake DESTDIR="${D}" install || die "Install failed" dodoc README AUTHORS ChangeLog NEWS THANKS TODO } |