summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-12-09 00:48:07 +0000
committerMichael Imhof <tantive@gentoo.org>2003-12-09 00:48:07 +0000
commitb300e59e1aee7e3047bfb6a9036221859b97010d (patch)
treec4605b278819739871f983bbca63725e5c014759 /sys-kernel/mosix-sources
parentMarked stable on sparc. (diff)
downloadgentoo-2-b300e59e1aee7e3047bfb6a9036221859b97010d.tar.gz
gentoo-2-b300e59e1aee7e3047bfb6a9036221859b97010d.tar.bz2
gentoo-2-b300e59e1aee7e3047bfb6a9036221859b97010d.zip
Small fixes.
Diffstat (limited to 'sys-kernel/mosix-sources')
-rw-r--r--sys-kernel/mosix-sources/Manifest8
-rw-r--r--sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild4
-rw-r--r--sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild4
3 files changed, 8 insertions, 8 deletions
diff --git a/sys-kernel/mosix-sources/Manifest b/sys-kernel/mosix-sources/Manifest
index 3c0459cb2be3..f6c3458e2d03 100644
--- a/sys-kernel/mosix-sources/Manifest
+++ b/sys-kernel/mosix-sources/Manifest
@@ -1,7 +1,7 @@
-MD5 e56735670ffadeee3fed9c2d50ab813d ChangeLog 864
MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373
-MD5 62987aba0599238a5e4566e64b9c1191 mosix-sources-2.4.20.ebuild 3242
-MD5 6966d6e22588848c82212d9bc320318b mosix-sources-2.4.19.ebuild 3515
+MD5 892d639a49e9c1782221c9f5c8f15548 mosix-sources-2.4.19.ebuild 3519
+MD5 e56735670ffadeee3fed9c2d50ab813d ChangeLog 864
+MD5 37bdf205d8de30e056ffe2499328744f mosix-sources-2.4.20.ebuild 3246
+MD5 e637c6fa41097ea2c4693d0766f2e1c5 files/do_brk_fix.patch 242
MD5 3adfe9d3a1872c001424fd95063352dc files/digest-mosix-sources-2.4.20 147
MD5 d3214f81fb35526e9d64cba9c8d8b7f0 files/digest-mosix-sources-2.4.19 229
-MD5 e637c6fa41097ea2c4693d0766f2e1c5 files/do_brk_fix.patch 242
diff --git a/sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild b/sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild
index 8e0e241f9b6d..c110e3c2fa50 100644
--- a/sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild
+++ b/sys-kernel/mosix-sources/mosix-sources-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/mosix-sources/mosix-sources-2.4.19.ebuild,v 1.9 2003/12/01 22:54:22 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild,v 1.10 2003/12/09 00:47:58 tantive 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
@@ -57,7 +57,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
diff --git a/sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild b/sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild
index a6fb56f5a833..57e5c19e541b 100644
--- a/sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild
+++ b/sys-kernel/mosix-sources/mosix-sources-2.4.20.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/mosix-sources/mosix-sources-2.4.20.ebuild,v 1.9 2003/12/01 22:54:22 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild,v 1.10 2003/12/09 00:47:58 tantive 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
@@ -52,7 +52,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