summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-09-01 15:42:53 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-09-01 15:42:53 +0000
commitc1f8e495b69aa15c7f9832d03736f760ecad1c08 (patch)
treed04fdbaf4da3285a5106ace75e1df7538e8dc544 /x11-plugins/wmappl
parentReplace einstall with emake install, bug #521678 (diff)
downloadgentoo-2-c1f8e495b69aa15c7f9832d03736f760ecad1c08.tar.gz
gentoo-2-c1f8e495b69aa15c7f9832d03736f760ecad1c08.tar.bz2
gentoo-2-c1f8e495b69aa15c7f9832d03736f760ecad1c08.zip
Replace einstall with emake install, bug #521676
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r--x11-plugins/wmappl/ChangeLog5
-rw-r--r--x11-plugins/wmappl/wmappl-0.71.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmappl/ChangeLog b/x11-plugins/wmappl/ChangeLog
index 37f0087ed1e8..91700f0c438f 100644
--- a/x11-plugins/wmappl/ChangeLog
+++ b/x11-plugins/wmappl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmappl
# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.15 2014/08/10 20:04:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.16 2014/09/01 15:42:53 voyageur Exp $
+
+ 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmappl-0.71.ebuild:
+ Replace einstall with emake install, bug #521676
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmappl-0.71.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/x11-plugins/wmappl/wmappl-0.71.ebuild b/x11-plugins/wmappl/wmappl-0.71.ebuild
index d73b7350a8e1..6be0ab1aeeac 100644
--- a/x11-plugins/wmappl/wmappl-0.71.ebuild
+++ b/x11-plugins/wmappl/wmappl-0.71.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.8 2014/08/10 20:04:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.9 2014/09/01 15:42:53 voyageur Exp $
IUSE=""
DESCRIPTION="Simple application launcher for the Window Maker dock"
@@ -24,5 +24,5 @@ src_compile() {
}
src_install () {
- einstall || die "Installation failed"
+ emake DESTDIR="${D}" install || die "Installation failed"
}