summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-09-09 02:31:53 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-09-09 02:31:53 +0000
commit7c49769588931a122ccccfbe933fa256f1578243 (patch)
treec15e6cdef7b9e55b6a030a88922ff4d0c63a14e2 /sys-kernel
parentadded ppc to keywords (diff)
downloadhistorical-7c49769588931a122ccccfbe933fa256f1578243.tar.gz
historical-7c49769588931a122ccccfbe933fa256f1578243.tar.bz2
historical-7c49769588931a122ccccfbe933fa256f1578243.zip
add || die
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.ebuild
index 94b1197e226b..33ac3272a0e0 100644
--- a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.ebuild
+++ b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.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/xfs-sources/xfs-sources-2.4.19-r1.ebuild,v 1.4 2002/09/08 17:08:07 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19-r1.ebuild,v 1.5 2002/09/09 02:31:53 lostlogic 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
@@ -63,7 +63,7 @@ src_unpack() {
cd ${S}
# Apply late fixage patch
- patch -p1 < ${FILESDIR}/${P}.patch
+ patch -p1 < ${FILESDIR}/${P}.patch || die "Small fixes patch failed"
# Gentoo Linux uses /boot, so fix 'make install' to work properly
mv Makefile Makefile.orig