summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2002-09-23 13:30:13 +0000
committerMichael Imhof <tantive@gentoo.org>2002-09-23 13:30:13 +0000
commit8a9483b35b3a3f11e34bb181ea4eab3f8fa623e1 (patch)
tree6a0e5ed2ccbcde6bac924bc21b729744b0d7b720 /sys-kernel/openmosix-sources
parentModified build to install the /var/spool/postfix/hold directory. (diff)
downloadgentoo-2-8a9483b35b3a3f11e34bb181ea4eab3f8fa623e1.tar.gz
gentoo-2-8a9483b35b3a3f11e34bb181ea4eab3f8fa623e1.tar.bz2
gentoo-2-8a9483b35b3a3f11e34bb181ea4eab3f8fa623e1.zip
fixed typo, the gcc3-compile-patch should now apply.
Diffstat (limited to 'sys-kernel/openmosix-sources')
-rw-r--r--sys-kernel/openmosix-sources/openmosix-sources-2.4.19-r5.ebuild4
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