summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-13 14:33:21 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-13 14:33:21 +0000
commit51e21623fcfd311fe505972bf58e703fb4b4e1fd (patch)
tree32ab131360662a4c33d73f9513090a992f186963 /sys-libs
parentUpdated preinst deletion of /lib/tls to also occur if we are -nptl. (diff)
downloadgentoo-2-51e21623fcfd311fe505972bf58e703fb4b4e1fd.tar.gz
gentoo-2-51e21623fcfd311fe505972bf58e703fb4b4e1fd.tar.bz2
gentoo-2-51e21623fcfd311fe505972bf58e703fb4b4e1fd.zip
Changed libexec dir to libexec/glibc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
index b43f25ea0091..d791df43615a 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.18 2005/02/13 14:31:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.19 2005/02/13 14:33:21 eradicator Exp $
KEYWORDS="~amd64 ~mips ~sparc ~x86"
@@ -433,7 +433,7 @@ EOF
# Is this next line actually needed or does the makefile get it right?
# It previously has 0755 perms which was killing things.
- fperms 4711 $(alt_prefix)/libexec/pt_chown
+ fperms 4711 $(alt_prefix)/libexec/glibc/pt_chown
# Prevent overwriting of the /etc/localtime symlink. We'll handle the
# creation of the "factory" symlink in pkg_postinst().
@@ -779,7 +779,7 @@ glibc_do_configure() {
--prefix=$(alt_prefix)
--mandir=$(alt_prefix)/share/man
--infodir=$(alt_prefix)/share/info
- --libexecdir=$(alt_prefix)/libexec"
+ --libexecdir=$(alt_prefix)/libexec/glibc"
GBUILDDIR="${WORKDIR}/build-${ABI}-${CHOST}-$1"
mkdir -p ${GBUILDDIR}