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
commitd6bfb5779f08f6969ab0a2c9402e0a21ad9aba5f (patch)
tree29150dee8f78654237245643b8787af0858b6362 /sys-libs
parent~amd64 (diff)
downloadgentoo-2-d6bfb5779f08f6969ab0a2c9402e0a21ad9aba5f.tar.gz
gentoo-2-d6bfb5779f08f6969ab0a2c9402e0a21ad9aba5f.tar.bz2
gentoo-2-d6bfb5779f08f6969ab0a2c9402e0a21ad9aba5f.zip
Fix perms on pt_chown
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125.ebuild4
1 files changed, 2 insertions, 2 deletions
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().