summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
commitad0745ad6b244717b003b18754ea026534af939f (patch)
treee1849ed917bb2e09053f5ef90fe33d471e4bcb32 /app-admin/metalog/metalog-0.7-r1.ebuild
parentunmask (diff)
downloadgentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.gz
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.bz2
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.zip
epatch and sed updates
Diffstat (limited to 'app-admin/metalog/metalog-0.7-r1.ebuild')
-rw-r--r--app-admin/metalog/metalog-0.7-r1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-admin/metalog/metalog-0.7-r1.ebuild b/app-admin/metalog/metalog-0.7-r1.ebuild
index fff975f74651..02cd1fb22e1a 100644
--- a/app-admin/metalog/metalog-0.7-r1.ebuild
+++ b/app-admin/metalog/metalog-0.7-r1.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/app-admin/metalog/metalog-0.7-r1.ebuild,v 1.2 2003/09/18 21:52:38 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.7-r1.ebuild,v 1.3 2003/09/23 20:20:55 aliz Exp $
DESCRIPTION="A highly configurable replacement for syslogd/klogd"
SRC_URI="mirror://sourceforge/metalog/${P}.tar.gz"
@@ -17,13 +17,11 @@ PROVIDE="virtual/logger"
src_unpack() {
unpack ${A} ; cd ${S}
cd ${S}/src
- mv metalog.h metalog.h.orig
- sed -e "s:/metalog.conf:/metalog/metalog.conf:g" \
- metalog.h.orig > metalog.h
+ sed -i -e "s:/metalog.conf:/metalog/metalog.conf:g" \
+ metalog.h
cd ${S}/man
- mv metalog.8 metalog.8.orig
- sed -e "s:/etc/metalog.conf:/etc/metalog/metalog.conf:g" \
- metalog.8.orig > metalog.8
+ sed -i -e "s:/etc/metalog.conf:/etc/metalog/metalog.conf:g" \
+ metalog.8
}
src_compile() {