summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-07-26 18:28:36 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-07-26 18:28:36 +0000
commitac0b572608cea2135796022529767ebe2e822afe (patch)
tree7e863c8c2e50562d80f26935831c2bfb2912cfd4 /dev-java/commons-net
parentrecommit for repoman testing. (Manifest recommit) (diff)
downloadgentoo-2-ac0b572608cea2135796022529767ebe2e822afe.tar.gz
gentoo-2-ac0b572608cea2135796022529767ebe2e822afe.tar.bz2
gentoo-2-ac0b572608cea2135796022529767ebe2e822afe.zip
die if sed failes
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r--dev-java/commons-net/commons-net-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-net/commons-net-1.2.2.ebuild b/dev-java/commons-net/commons-net-1.2.2.ebuild
index 8e993acbc225..ebd83b07c187 100644
--- a/dev-java/commons-net/commons-net-1.2.2.ebuild
+++ b/dev-java/commons-net/commons-net-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2.ebuild,v 1.2 2004/07/23 21:00:28 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2.ebuild,v 1.3 2004/07/26 18:28:36 axxo Exp $
inherit eutils java-pkg
@@ -21,7 +21,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/gentoo-1.2.diff
#for some reason 1.2.2 claims its 1.3
- sed "s/commons-net-1.3.0-dev/commons-net-1.2.2-dev/" -i build.xml
+ sed "s/commons-net-1.3.0-dev/commons-net-1.2.2-dev/" -i build.xml || die "sed failed"
}
src_compile() {