zsh-workers
 help / color / mirror / code / Atom feed
* Slight problem with make install
@ 1999-08-31 10:57 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 1999-08-31 10:57 UTC (permalink / raw)
  To: Zsh workers

I just tried pws-2 and make install failed. Problem was a missing '$', probably introduced with all the DESTDIR stuff.

Oliver Kiddle

*** Src/Makefile.in.old	Tue Aug 31 11:50:08 1999
--- Src/Makefile.in	Tue Aug 31 11:50:15 1999
***************
*** 167,173 ****
  	    $(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
  	mv $(DESTDIR)$(bindir)/zsh.new $(DESTDIR)$(bindir)/zsh
  
  install.bin-N:
--- 167,173 ----
  	    $(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
  	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-31 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-31 10:57 Slight problem with make install Oliver Kiddle

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).