zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: destdir/sitefndir
@ 2000-01-21 20:33 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2000-01-21 20:33 UTC (permalink / raw)
  To: zsh-workers

$sitefndir was being made outside the tree

*** Makefile.in	Fri Jan 21 15:26:06 2000
--- Makefile.in.new	Fri Jan 21 11:25:22 2000
***************
*** 77,83 ****
  
  # install/uninstall just the shell functions
  install.fns:
! 	test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(sitefndir)
  	@cd Completion && $(MAKE) $(MAKEDEFS) $@
  	@cd Functions && $(MAKE) $(MAKEDEFS) $@
  
--- 77,83 ----
  
  # install/uninstall just the shell functions
  install.fns:
! 	test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(DESTDIR)$(sitefndir)
  	@cd Completion && $(MAKE) $(MAKEDEFS) $@
  	@cd Functions && $(MAKE) $(MAKEDEFS) $@


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

only message in thread, other threads:[~2000-01-21 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-21 20:33 PATCH: destdir/sitefndir Clint Adams

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