summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
index 916590e86e2c..dc2966580990 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.15 2003/10/29 23:38:22 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.16 2003/12/08 23:44:07 spider Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -72,7 +72,7 @@ src_unpack() {
#fix silly permissions in tarball
cd ${WORKDIR}
- chown -R 0.0 *
+ chown -R 0:0 *
chmod -R a+r-w+X,u+w *
# Gentoo Linux uses /boot, so fix 'make install' to work properly