1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-09 00:11:25 +02:00

zsh-workers/7557

This commit is contained in:
Tanaka Akira 1999-08-31 02:12:22 +00:00
parent 585e059c18
commit 856df0821a

View file

@ -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: