From 856df0821a494fed1e5ea4ca6fd0dae6cb12fb8f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 31 Aug 1999 02:12:22 +0000 Subject: zsh-workers/7557 --- Src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/Makefile.in b/Src/Makefile.in index 764b8619b..7ec130c2b 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -167,7 +167,7 @@ install.bin-here: zsh install.bin-@L@ $(LN) $(DESTDIR)$(bindir)/zsh $(DESTDIR)$(bindir)/zsh.old; \ else :; fi rm -f $(DESTDIR)$(bindir)/zsh.new - $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)(bindir)/zsh.new + $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)$(bindir)/zsh.new mv $(DESTDIR)$(bindir)/zsh.new $(DESTDIR)$(bindir)/zsh install.bin-N: -- cgit 1.4.1