]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- v.3.1.7
authorbonkey <bonkey@bonkey.pl.eu.org>
Wed, 31 May 2000 13:40:40 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh-DESTDIR.patch -> 1.3

zsh-DESTDIR.patch

index d0d262d87d76f49caeac9987452b88e00f27f5f0..b5c6498ab6cc51807b7c4ff63155a5272ae7074e 100644 (file)
@@ -1,18 +1,18 @@
-diff -Nru zsh-3.1.6-dev-22.orig/Src/Makefile.in zsh-3.1.6-dev-22/Src/Makefile.in
---- zsh-3.1.6-dev-22.orig/Src/Makefile.in      Thu Apr 13 20:41:06 2000
-+++ zsh-3.1.6-dev-22/Src/Makefile.in   Thu Apr 13 20:41:41 2000
+diff -Nru zsh-3.1.7.orig/Src/Makefile.in zsh-3.1.7/Src/Makefile.in
+--- zsh-3.1.7.orig/Src/Makefile.in     Wed May 31 13:55:56 2000
++++ zsh-3.1.7/Src/Makefile.in  Wed May 31 13:58:05 2000
 @@ -178,14 +178,7 @@
  # install binary, creating install directory if necessary
- install.bin-here: zsh install.bin-@L@
+ install.bin-here: zsh$(EXEEXT) install.bin-@L@
        $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
--      $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)
--      if test -f $(DESTDIR)$(bindir)/$(tzsh); then \
+-      $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT)
+-      if test -f $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT); then \
 -          rm -f $(DESTDIR)$(bindir)/$(tzsh).old; \
--          $(LN) $(DESTDIR)$(bindir)/$(tzsh) $(DESTDIR)$(bindir)/$(tzsh).old; \
+-          $(LN) $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).old; \
 -      else :; fi
 -      rm -f $(DESTDIR)$(bindir)/$(tzsh).new
--      $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION) $(DESTDIR)$(bindir)/$(tzsh).new
--      mv $(DESTDIR)$(bindir)/$(tzsh).new $(DESTDIR)$(bindir)/$(tzsh)
+-      $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).new
+-      mv $(DESTDIR)$(bindir)/$(tzsh).new $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT)
 +      $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh $(DESTDIR)$(bindir)
  .PHONY: install.bin-here
  
This page took 0.106004 seconds and 4 git commands to generate.