zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.6-pws-2: Typo in Src/Makefile.in
@ 1999-08-30 22:50 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 1999-08-30 22:50 UTC (permalink / raw)
  To: zsh-workers

Looks like a small mishap while hand-applying one patch.

Index: Src/Makefile.in
===================================================================
@@ -167,7 +167,7 @@
 	    $(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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-08-30 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-30 22:50 PATCH: 3.1.6-pws-2: Typo in Src/Makefile.in Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).