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:
parent
585e059c18
commit
856df0821a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue