]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-DESTDIR.patch
- updated to 4.2.5
[packages/zsh.git] / zsh-DESTDIR.patch
1 diff -Nru zsh-3.1.7.orig/Src/Makefile.in zsh-3.1.7/Src/Makefile.in
2 --- zsh-3.1.7.orig/Src/Makefile.in      Wed May 31 13:55:56 2000
3 +++ zsh-3.1.7/Src/Makefile.in   Wed May 31 13:58:05 2000
4 @@ -178,14 +178,7 @@
5  # install binary, creating install directory if necessary
6  install.bin-here: zsh$(EXEEXT) install.bin-@L@
7         $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
8 -       $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT)
9 -       if test -f $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT); then \
10 -           rm -f $(DESTDIR)$(bindir)/$(tzsh).old; \
11 -           $(LN) $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).old; \
12 -       else :; fi
13 -       rm -f $(DESTDIR)$(bindir)/$(tzsh).new
14 -       $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).new
15 -       mv $(DESTDIR)$(bindir)/$(tzsh).new $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT)
16 +       $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh $(DESTDIR)$(bindir)
17  .PHONY: install.bin-here
18  
19  install.bin-N:
This page took 0.026824 seconds and 3 git commands to generate.