]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-DESTDIR.patch
- updated to 4.2.5
[packages/zsh.git] / zsh-DESTDIR.patch
CommitLineData
67c0299b 1diff -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
9d880978 4@@ -178,14 +178,7 @@
3e2e4889 5 # install binary, creating install directory if necessary
67c0299b 6 install.bin-here: zsh$(EXEEXT) install.bin-@L@
9d880978 7 $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
67c0299b 8- $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT)
9- if test -f $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT); then \
9d880978 10- rm -f $(DESTDIR)$(bindir)/$(tzsh).old; \
67c0299b 11- $(LN) $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).old; \
3e2e4889 12- else :; fi
9d880978 13- rm -f $(DESTDIR)$(bindir)/$(tzsh).new
67c0299b 14- $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).new
15- mv $(DESTDIR)$(bindir)/$(tzsh).new $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT)
3e2e4889 16+ $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh $(DESTDIR)$(bindir)
9d880978 17 .PHONY: install.bin-here
3e2e4889 18
19 install.bin-N:
This page took 0.091265 seconds and 4 git commands to generate.