summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-12-09 18:01:56 +0000
committerJeroen Roovers <jer@gentoo.org>2010-12-09 18:01:56 +0000
commitb2e2c964ab5bda635d76188f3c1b951f790d936a (patch)
tree8341a4382c5a52e8bfb2fca92c7040c06c41a610 /x11-misc/xbindkeys
parentversion bump (diff)
downloadgentoo-2-b2e2c964ab5bda635d76188f3c1b951f790d936a.tar.gz
gentoo-2-b2e2c964ab5bda635d76188f3c1b951f790d936a.tar.bz2
gentoo-2-b2e2c964ab5bda635d76188f3c1b951f790d936a.zip
Use emake in src_install, by ssuominen.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'x11-misc/xbindkeys')
-rw-r--r--x11-misc/xbindkeys/ChangeLog5
-rw-r--r--x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog
index bc7e37d03215..a3c85abb4b42 100644
--- a/x11-misc/xbindkeys/ChangeLog
+++ b/x11-misc/xbindkeys/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xbindkeys
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.53 2010/12/09 17:41:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.54 2010/12/09 18:01:56 jer Exp $
+
+ 09 Dec 2010; Jeroen Roovers <jer@gentoo.org> xbindkeys-1.8.4.ebuild:
+ Use emake in src_install, by ssuominen.
*xbindkeys-1.8.4 (09 Dec 2010)
diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild
index 997ea92fd4cd..fc30685562ce 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild,v 1.1 2010/12/09 17:41:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild,v 1.2 2010/12/09 18:01:56 jer Exp $
EAPI="2"
@@ -35,5 +35,5 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed"
+ emake DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed"
}