summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-05-13 11:21:33 +0000
committerChristian Heim <phreak@gentoo.org>2007-05-13 11:21:33 +0000
commit316b295d7592a8e05812174eb276284b006a7731 (patch)
tree064e34a9789924922a74a48217af363250caf8ab /dev-libs
parentAdd warning to dev-lang/python nothreads and ucs2 USE flags. (diff)
downloadgentoo-2-316b295d7592a8e05812174eb276284b006a7731.tar.gz
gentoo-2-316b295d7592a8e05812174eb276284b006a7731.tar.bz2
gentoo-2-316b295d7592a8e05812174eb276284b006a7731.zip
Really fix the permission problem (#178053) and also fix the sandbox violation (#178208 - thanks to Roland Tapken, note to self: always use ${D} in src_install).
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/klibc/ChangeLog7
-rw-r--r--dev-libs/klibc/klibc-1.4.13.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog
index a415606c212f..8d47281626b2 100644
--- a/dev-libs/klibc/ChangeLog
+++ b/dev-libs/klibc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/klibc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.40 2007/05/12 11:00:11 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.41 2007/05/13 11:21:33 phreak Exp $
+
+ 13 May 2007; Christian Heim <phreak@gentoo.org> klibc-1.4.13.ebuild:
+ Really fix the permission problem (#178053) and also fix the sandbox
+ violation (#178208 - thanks to Roland Tapken, note to self: always use ${D}
+ in src_install).
12 May 2007; Christian Heim <phreak@gentoo.org> klibc-1.4.13.ebuild:
Fixing the permissions bug (#178053 - thanks to Tobias Sager <moixa at
diff --git a/dev-libs/klibc/klibc-1.4.13.ebuild b/dev-libs/klibc/klibc-1.4.13.ebuild
index 88a842a81977..b9b977f56259 100644
--- a/dev-libs/klibc/klibc-1.4.13.ebuild
+++ b/dev-libs/klibc/klibc-1.4.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.4.13.ebuild,v 1.6 2007/05/12 11:02:00 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.4.13.ebuild,v 1.7 2007/05/13 11:21:33 phreak Exp $
inherit eutils linux-info multilib
@@ -202,12 +202,12 @@ src_install() {
install || die "Install failed!"
fi
- # Fix the permissions (bug #178053) on /usr/$(get_libdir)/klibc/include/linux
+ # Fix the permissions (bug #178053) on /usr/$(get_libdir)/klibc/include
# Actually I have no idea, why the includes have those weird-ass permissions
- # or a particular system, might be due to inherited permissions from parent
+ # on a particular system, might be due to inherited permissions from parent
# directory
- find /usr/$(get_libdir)/klibc/include/linux -type f | xargs chmod 0644
+ find "${D}"/usr/$(get_libdir)/klibc/include | xargs chmod o+rX
# Hardlinks becoming copies
for x in gunzip zcat ; do