summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-01-05 08:22:36 +0000
committerFabian Groffen <grobian@gentoo.org>2014-01-05 08:22:36 +0000
commit4246eae723149ee2a4df1942d710d127c6a2d891 (patch)
treee45eb20b5c6a88bf4549ecf25c39bb7101ae26bd /net-misc
parentFix underlinking failure (bug #497110, thanks to d_dart). (diff)
downloadgentoo-2-4246eae723149ee2a4df1942d710d127c6a2d891.tar.gz
gentoo-2-4246eae723149ee2a4df1942d710d127c6a2d891.tar.bz2
gentoo-2-4246eae723149ee2a4df1942d710d127c6a2d891.zip
Use EPREFIX for rundir as well
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog6
-rw-r--r--net-misc/dhcpcd/dhcpcd-6.2.0.ebuild10
-rw-r--r--net-misc/dhcpcd/dhcpcd-9999.ebuild12
3 files changed, 16 insertions, 12 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index 3d8fe998ed75..bb1061bcd116 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.377 2014/01/04 23:10:22 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.378 2014/01/05 08:22:36 grobian Exp $
+
+ 05 Jan 2014; Fabian Groffen <grobian@gentoo.org> dhcpcd-6.2.0.ebuild,
+ dhcpcd-9999.ebuild:
+ Use EPREFIX for rundir as well
*dhcpcd-6.2.0 (04 Jan 2014)
diff --git a/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild b/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild
index 16fb332f6f96..cb179c8805ca 100644
--- a/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.2.0.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/dhcpcd/dhcpcd-6.2.0.ebuild,v 1.1 2014/01/04 23:10:22 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild,v 1.2 2014/01/05 08:22:36 grobian Exp $
EAPI=5
@@ -39,11 +39,11 @@ src_configure()
use udev || dev="--without-dev --without-udev"
hooks="--with-hook=ntp.conf"
use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
- use kernel_linux && rundir="--rundir=/run"
+ use kernel_linux && rundir="--rundir=${EPREFIX}/run"
econf \
- --prefix="${EPREFIX}" \
- --libexecdir="${EPREFIX}/lib/dhcpcd" \
- --dbdir="${EPREFIX}/var/lib/dhcpcd" \
+ --prefix="${EPREFIX}" \
+ --libexecdir="${EPREFIX}/lib/dhcpcd" \
+ --dbdir="${EPREFIX}/var/lib/dhcpcd" \
--localstatedir="${EPREFIX}/var" \
${rundir} \
$(use_enable ipv6) \
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild
index 04aba068036e..2fa1c0306833 100644
--- a/net-misc/dhcpcd/dhcpcd-9999.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.9 2013/09/22 18:01:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.10 2014/01/05 08:22:36 grobian Exp $
EAPI=5
@@ -39,11 +39,11 @@ src_configure()
use udev || dev="--without-dev --without-udev"
hooks="--with-hook=ntp.conf"
use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
- use kernel_linux && rundir="--rundir=/run"
+ use kernel_linux && rundir="--rundir=${EPREFIX}/run"
econf \
- --prefix="${EPREFIX}" \
- --libexecdir="${EPREFIX}/lib/dhcpcd" \
- --dbdir="${EPREFIX}/var/lib/dhcpcd" \
+ --prefix="${EPREFIX}" \
+ --libexecdir="${EPREFIX}/lib/dhcpcd" \
+ --dbdir="${EPREFIX}/var/lib/dhcpcd" \
--localstatedir="${EPREFIX}/var" \
${rundir} \
$(use_enable ipv6) \