summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-30 12:37:22 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-30 12:37:22 +0000
commit754bfd174e7659adc0aad0b314b219c9ad16eedb (patch)
tree26bb89ac56299aae54506cf409749b6c47d34857 /net-misc/selfdhcp
parentReplace einstall with emake install, bug #521450. (diff)
downloadgentoo-2-754bfd174e7659adc0aad0b314b219c9ad16eedb.tar.gz
gentoo-2-754bfd174e7659adc0aad0b314b219c9ad16eedb.tar.bz2
gentoo-2-754bfd174e7659adc0aad0b314b219c9ad16eedb.zip
Replace einstall with emake install, bug #521630.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-misc/selfdhcp')
-rw-r--r--net-misc/selfdhcp/ChangeLog5
-rw-r--r--net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/selfdhcp/ChangeLog b/net-misc/selfdhcp/ChangeLog
index 7aa9c4e1ef84..105a061b89e5 100644
--- a/net-misc/selfdhcp/ChangeLog
+++ b/net-misc/selfdhcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/selfdhcp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.9 2014/08/10 20:47:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.10 2014/08/30 12:37:22 mgorny Exp $
+
+ 30 Aug 2014; Michał Górny <mgorny@gentoo.org> selfdhcp-0.2a-r1.ebuild:
+ Replace einstall with emake install, bug #521630.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> selfdhcp-0.2a-r1.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild b/net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild
index a775057012ff..20a9c977fa04 100644
--- a/net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild
+++ b/net-misc/selfdhcp/selfdhcp-0.2a-r1.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/net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild,v 1.2 2014/08/10 20:47:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a-r1.ebuild,v 1.3 2014/08/30 12:37:22 mgorny Exp $
EAPI=4
inherit eutils
@@ -28,6 +28,6 @@ src_configure() {
}
src_install() {
- einstall sbindir="${D}"/sbin
+ emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog README TODO
}