summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-22 03:00:09 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-22 03:00:09 +0000
commitea3125a7ac7d744ee298c3383df8471d617b3bc5 (patch)
tree7319a2eca1dc0ef165f110c078ef87a6c6a69ed2 /net-dialup
parentstabilize for iproute2 (diff)
downloadgentoo-2-ea3125a7ac7d744ee298c3383df8471d617b3bc5.tar.gz
gentoo-2-ea3125a7ac7d744ee298c3383df8471d617b3bc5.tar.bz2
gentoo-2-ea3125a7ac7d744ee298c3383df8471d617b3bc5.zip
fix stupid manifest
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/linux-atm/linux-atm-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/linux-atm/linux-atm-2.4.1.ebuild b/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
index a4b078610f91..443d70a93655 100644
--- a/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
+++ b/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1.ebuild,v 1.8 2004/06/22 02:56:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1.ebuild,v 1.9 2004/06/22 03:00:09 vapier Exp $
inherit eutils
@@ -23,7 +23,7 @@ src_unpack() {
src_compile() {
econf || die
- sed -i 's:hosts.atm :hosts.atm ${D}:' src/config/Makefile
+ sed -i 's:hosts.atm :hosts.atm ${D}:' src/config/Makefile || die
emake || die
}