Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Slight problem with make install



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:



Messages sorted by: Reverse Date, Date, Thread, Author