diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-09-08 18:55:09 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-09-08 18:55:09 +0000 |
commit | ccf5da121142881a6d4e8e25ce1ef4afd9882ae7 (patch) | |
tree | c71a61f148ac6f99235d4ee71fcce33f3e4593fa /sys-kernel | |
parent | use rattified crypt USE flag not "crypto" (diff) | |
download | historical-ccf5da121142881a6d4e8e25ce1ef4afd9882ae7.tar.gz historical-ccf5da121142881a6d4e8e25ce1ef4afd9882ae7.tar.bz2 historical-ccf5da121142881a6d4e8e25ce1ef4afd9882ae7.zip |
fixed typo
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild index 8f6fc470e6d7..fab86bcf1b6d 100644 --- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild +++ b/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild,v 1.1 2002/09/08 13:39:14 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r4.ebuild,v 1.2 2002/09/08 18:55:09 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 @@ -46,7 +46,7 @@ src_unpack() { #if the used gcc is gcc3 there is a seperate patch applied. if [ `gcc -dumpversion | cut -d. -f1` == 3 ]; then - cat ${DISTDIR}/linux-gentoo-${KV}-gcc3.patch.bzip2 | bzip2 -d | patch -p1 || die + cat ${DISTDIR}/linux-gentoo-${KV}-gcc3.patch.bz2 | bzip2 -d | patch -p1 || die fi #sometimes we have icky kernel symbols; this seems to get rid of them |