diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-09-23 13:30:13 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-09-23 13:30:13 +0000 |
commit | 9fae06713ba9c23e49d699bf92447010dcf34ae3 (patch) | |
tree | 65e0c5ae524b1330469b9aee5fbcc3336ffa787c /sys-kernel | |
parent | Modified build to install the /var/spool/postfix/hold directory. (diff) | |
download | historical-9fae06713ba9c23e49d699bf92447010dcf34ae3.tar.gz historical-9fae06713ba9c23e49d699bf92447010dcf34ae3.tar.bz2 historical-9fae06713ba9c23e49d699bf92447010dcf34ae3.zip |
fixed typo, the gcc3-compile-patch should now apply.
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild index 96dfd6418c7c..efd358f14e1d 100644 --- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild +++ b/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.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-r5.ebuild,v 1.2 2002/09/20 13:43:14 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild,v 1.3 2002/09/23 13:30:13 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 @@ -45,7 +45,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 |