diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:32:15 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:32:15 +0000 |
commit | e8b3fb110a7d1d17308a5625e821dec9386f74f0 (patch) | |
tree | c77e621d510ceaeb12426301b0a52f2db24b1b35 /x11-plugins | |
parent | Replace einstall with emake install, bug #521686 (diff) | |
download | gentoo-2-e8b3fb110a7d1d17308a5625e821dec9386f74f0.tar.gz gentoo-2-e8b3fb110a7d1d17308a5625e821dec9386f74f0.tar.bz2 gentoo-2-e8b3fb110a7d1d17308a5625e821dec9386f74f0.zip |
Replace einstall with emake install, bug #521684
(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/wmload/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmload/wmload-0.9.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmload/ChangeLog b/x11-plugins/wmload/ChangeLog index fedc60c3aaad..bd4185f0b4e5 100644 --- a/x11-plugins/wmload/ChangeLog +++ b/x11-plugins/wmload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmload -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.12 2012/09/05 08:17:42 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.13 2014/09/01 15:32:15 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmload-0.9.2.ebuild: + Replace einstall with emake install, bug #521684 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmload-0.9.2.ebuild: Use domenu instead insinto + doins to install .desktop files diff --git a/x11-plugins/wmload/wmload-0.9.2.ebuild b/x11-plugins/wmload/wmload-0.9.2.ebuild index ab4c6ae0ddf0..b1bfa0de747e 100644 --- a/x11-plugins/wmload/wmload-0.9.2.ebuild +++ b/x11-plugins/wmload/wmload-0.9.2.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/wmload/wmload-0.9.2.ebuild,v 1.12 2012/09/05 08:17:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.13 2014/09/01 15:32:15 voyageur Exp $ EAPI=3 inherit eutils @@ -41,8 +41,8 @@ src_compile() { } src_install() { - einstall DESTDIR="${D}" BINDIR="${EPREFIX}"/usr/bin \ - || die "einstall failed." + emake DESTDIR="${D}" BINDIR="${EPREFIX}"/usr/bin install \ + || die "install failed." dodoc README |