From e87dff0619e9ccf4d910a6969d7cc79c35af1f61 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 12 Apr 2006 20:22:42 +0000 Subject: [PATCH] Install elvis as elvis, not vi --- commands/elvis/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index d470484cf..d431ea5fd 100755 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -59,15 +59,15 @@ elvprsv: elvprsv.c $(CC) $(CFLAGS) $(LDFLAGS) -o elvprsv elvprsv.c ctype.o install -S 4kw $@ -install: /usr/bin/vi \ - /bin/vi \ +install: /usr/bin/elvis \ + /bin/elvis \ /usr/bin/ctags /usr/bin/ref /usr/bin/fmt \ /usr/bin/elvrec /usr/bin/elvprsv -/usr/bin/vi: elvis +/usr/bin/elvis: elvis install -cs -o bin elvis $@ -/bin/vi: elvis +/bin/elvis: elvis install -cs -o bin elvis $@ /usr/bin/ctags: ctags -- 2.44.0