From fb7d1b67e4b1e545d974c1b70a7138c99d101fe7 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 18 Jul 1999 11:52:13 +0000 Subject: remove typo, seems to be I'm a victim of the heat wave ;-) --- net/zebra/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/zebra') diff --git a/net/zebra/Makefile b/net/zebra/Makefile index ec55c5b63548..78c1a8dcdc41 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm # -# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $ +# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $ # DISTNAME= zebra-0.73 @@ -22,7 +22,7 @@ post-install: @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebra.sh \ > ${PREFIX}/etc/rc.d/zebra.sh - @chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh + @chmod 555 ${PREFIX}/etc/rc.d/zebra.sh @${ECHO} "===> done." .include -- cgit