summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-13 10:51:04 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-13 10:51:04 +0000
commitb6a9a1d67ded4e2410a6d736350a332e8e72f558 (patch)
treedace849b54eaa0efb14191b41727e7a973d60af2 /sys-libs
parent~amd64 (diff)
downloadhistorical-b6a9a1d67ded4e2410a6d736350a332e8e72f558.tar.gz
historical-b6a9a1d67ded4e2410a6d736350a332e8e72f558.tar.bz2
historical-b6a9a1d67ded4e2410a6d736350a332e8e72f558.zip
Fix perms on pt_chown
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/Manifest8
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index e83521333010..92cd61ec46bf 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -10,7 +10,7 @@ MD5 63f67cbcb98920a75ba0b1a4b781519c glibc-2.3.4.20040808-r1.ebuild 27601
MD5 96dc89a3ebadd5f1260ce517ffe6fef3 glibc-2.3.4.20041102.ebuild 32955
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
MD5 b85c16a0e65a32784335e40fb0edac0e glibc-2.2.5-r10.ebuild 4418
-MD5 089df0457c0b86103114df79b25240a1 glibc-2.3.4.20050125.ebuild 34193
+MD5 59e89ba1cba1d79128e307d5e18f0ffa glibc-2.3.4.20050125.ebuild 34201
MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r9 143
MD5 2d5306ef875573750af642a9f93b634a files/digest-glibc-2.3.2-r12 312
MD5 42af7e35fe2404a49954f91fd1aee891 files/digest-glibc-2.3.3.20040420-r2 312
@@ -143,7 +143,7 @@ MD5 b72e5aca6d834026a6f5fb87623e6fd3 files/2.3.4/host.conf 1302
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCDy3cArHZZzCEUG0RArf5AJwPgPJBRWi+BDz2uOmj5WR3gy/y1ACfbBZf
-aHd5Vf98cMfcaLTnjhJFztk=
-=slWR
+iD8DBQFCDzEjArHZZzCEUG0RApxNAJ4tbYgzzkWgTXEGJB/Vo/KJxppniwCdEkt4
+eq3fGqBqN35oCmKDdf5NuY4=
+=QiFA
-----END PGP SIGNATURE-----
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
index cfdee19f9ed9..54ed39d866db 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.16 2005/02/13 10:35:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.17 2005/02/13 10:51:04 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 /usr/lib/misc/pt_chown
+ fperms 4711 $(alt_prefix)/libexec/pt_chown
# Prevent overwriting of the /etc/localtime symlink. We'll handle the
# creation of the "factory" symlink in pkg_postinst().