From 9bf85f5a349fa94d1ef47985bd43b82ed34f302e Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 27 Dec 1997 19:35:58 +0000 Subject: [PATCH] Oops, this one was writing wrong location of tcsh into /etc/shells. --- japanese/tcsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile index ec00547f80e7..f34352aebe07 100644 --- a/japanese/tcsh/Makefile +++ b/japanese/tcsh/Makefile @@ -3,7 +3,7 @@ # Date created: 29 November 1997 # Whom: issei # -# $Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1997/12/27 19:04:12 max Exp $ # DISTNAME= tcsh-6.07 @@ -42,6 +42,6 @@ post-install: .endif @${ECHO} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak - @(grep -v ${PREFIX}/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/tcsh) >/etc/shells + @(grep -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells .include