summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-25 10:45:55 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-25 10:45:55 +0000
commit49021463628a8bbd3d91ef53934a7851d2c98568 (patch)
tree462485cddc1be00d0b1602f10a951c513d4d84f8 /net-misc/slidentd/slidentd-1.0.0.ebuild
parentBugs should be assigned to the media-optical herd. (diff)
downloadhistorical-49021463628a8bbd3d91ef53934a7851d2c98568.tar.gz
historical-49021463628a8bbd3d91ef53934a7851d2c98568.tar.bz2
historical-49021463628a8bbd3d91ef53934a7851d2c98568.zip
fix broken sed as pointed out by Tassilo Horn in #105424
Package-Manager: portage-2.0.52-r1 http://www.bash.org/?136501
Diffstat (limited to 'net-misc/slidentd/slidentd-1.0.0.ebuild')
-rw-r--r--net-misc/slidentd/slidentd-1.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/slidentd/slidentd-1.0.0.ebuild b/net-misc/slidentd/slidentd-1.0.0.ebuild
index 7e82b88e580d..b2c00ec86c22 100644
--- a/net-misc/slidentd/slidentd-1.0.0.ebuild
+++ b/net-misc/slidentd/slidentd-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/slidentd/slidentd-1.0.0.ebuild,v 1.6 2005/08/28 06:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/slidentd/slidentd-1.0.0.ebuild,v 1.7 2005/09/25 10:45:55 vapier Exp $
DESCRIPTION="A secure, lightweight ident daemon"
HOMEPAGE="http://www.uncarved.com/slidentd/"
@@ -19,7 +19,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
- -e "/^normal_cflags/s:=.*:-DNDEBUG ${CFLAGS} -I/usr/include/libowfat:" \
+ -e "/^normal_cflags/s:=.*:=-DNDEBUG ${CFLAGS} -I/usr/include/libowfat:" \
-e '/ALL=/s:stripobjects::' \
-e '/ALL=/s:strip::' \
Makefile || die
@@ -33,7 +33,7 @@ src_install () {
make DESTDIR="${D}" install || die
exeinto /var/lib/supervise/slidentd
- newexe ${FILESDIR}/slidentd-run run
+ newexe "${FILESDIR}"/slidentd-run run
}
pkg_postinst() {