Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Slight problem with make install
- X-seq: zsh-workers 7572
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Slight problem with make install
- Date: Tue, 31 Aug 1999 11:57:46 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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