summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.19.ebuild')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
index 21e5e0db15b2..d0d81cbc168a 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.19.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.19.ebuild,v 1.20 2003/10/29 23:38:22 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild,v 1.21 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
@@ -54,7 +54,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