From dcfdbcae74866bfe2a90d26359b92a738dd7e3a2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 5 Apr 2006 12:01:48 +0000 Subject: [PATCH] install elvis as /bin/vi and /usr/bin/vi --- commands/elvis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index 1c2114a66..d470484cf 100755 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -64,10 +64,10 @@ install: /usr/bin/vi \ /usr/bin/ctags /usr/bin/ref /usr/bin/fmt \ /usr/bin/elvrec /usr/bin/elvprsv -/usr/bin/elvis: elvis +/usr/bin/vi: elvis install -cs -o bin elvis $@ -/bin/elvis: elvis +/bin/vi: elvis install -cs -o bin elvis $@ /usr/bin/ctags: ctags -- 2.44.0