about summary refs log tree commit diff
path: root/Src/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
commit585e059c1841f9e7bab298df9aceec7174f4bbfd (patch)
tree0d19725571a73efbdc3bfa898fe9dde0efb12d41 /Src/Makefile.in
parent2a47366459bf5a52d701c241a04d4e83f6a56260 (diff)
downloadzsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.gz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.xz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.zip
zsh-3.1.6-pws-2 zsh-3.1.6-pws-2
Diffstat (limited to 'Src/Makefile.in')
-rw-r--r--Src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in
index 7ec130c2b..764b8619b 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: