diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-12-02 03:17:55 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-12-02 03:17:55 +0000 |
commit | 353a85fbfe8e8ec9999e0b2c15793046c5ee1620 (patch) | |
tree | 81429e37bdcf7d509b005449e2547c4928e4909e /sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | |
parent | fixup some of the do_brk stuff (diff) | |
download | gentoo-2-353a85fbfe8e8ec9999e0b2c15793046c5ee1620.tar.gz gentoo-2-353a85fbfe8e8ec9999e0b2c15793046c5ee1620.tar.bz2 gentoo-2-353a85fbfe8e8ec9999e0b2c15793046c5ee1620.zip |
fixup some of the do_brk stuff
Diffstat (limited to 'sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild')
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild index e0c342951072..d36700de0eb8 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild +++ b/sys-kernel/xfs-sources/xfs-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/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.5 2003/12/01 22:59:57 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.6 2003/12/02 03:17:53 iggy Exp $ IUSE="build crypt" @@ -64,6 +64,6 @@ src_unpack() { fi #IMPORTANT! Root Exploit! - epatch ${FILESDIR}/do_brk_fix.patch + epatch ${FILESDIR}/do_brk_fix.patch kernel_src_unpack } |