summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-06-18 04:06:12 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-06-18 04:06:12 +0000
commit48f5bf0ddcfb871c16dbc39e7d33c01eab85fa33 (patch)
tree1f870b6699ece079b2ea03f809d0108688036477 /app-arch
parentVersion bump (bug #473644). (diff)
downloadgentoo-2-48f5bf0ddcfb871c16dbc39e7d33c01eab85fa33.tar.gz
gentoo-2-48f5bf0ddcfb871c16dbc39e7d33c01eab85fa33.tar.bz2
gentoo-2-48f5bf0ddcfb871c16dbc39e7d33c01eab85fa33.zip
fix prefix build
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/dpkg/ChangeLog5
-rw-r--r--app-arch/dpkg/dpkg-1.16.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog
index 4fe3c190217e..d4b688c4a8de 100644
--- a/app-arch/dpkg/ChangeLog
+++ b/app-arch/dpkg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/dpkg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.217 2013/03/18 19:49:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.218 2013/06/18 04:06:12 ottxor Exp $
+
+ 18 Jun 2013; Christoph Junghans <ottxor@gentoo.org> dpkg-1.16.10.ebuild:
+ fix prefix build
*dpkg-1.16.10 (18 Mar 2013)
diff --git a/app-arch/dpkg/dpkg-1.16.10.ebuild b/app-arch/dpkg/dpkg-1.16.10.ebuild
index 583d67568030..408f689030e5 100644
--- a/app-arch/dpkg/dpkg-1.16.10.ebuild
+++ b/app-arch/dpkg/dpkg-1.16.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.10.ebuild,v 1.1 2013/03/18 19:49:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.10.ebuild,v 1.2 2013/06/18 04:06:12 ottxor Exp $
EAPI=4
inherit eutils multilib autotools toolchain-funcs
@@ -73,7 +73,7 @@ src_configure() {
--disable-compiler-warnings \
--disable-linker-optimisations \
--disable-start-stop-daemon \
- --localstatedir=/var \
+ --localstatedir="${EPREFIX}"/var \
--without-selinux
}