From e3c5dd2dd9abc3d9fe1fee4c4054c4c2a7f11395 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 20 Jul 2005 16:08:12 +0000 Subject: 21498: Add zsh/newuser module --- Src/zsh.mdd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src/zsh.mdd') diff --git a/Src/zsh.mdd b/Src/zsh.mdd index e4dae2a2d..3109e6b38 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -38,6 +38,12 @@ version.h: $(sdir_top)/Config/version.mk zshpaths.h: Makemod $(CONFIG_INCS) @echo '#define MODULE_DIR "'$(MODDIR)'"' > zshpaths.h.tmp + @if test x$(sitescriptdir) != xno; then \ + echo '#define SITESCRIPT_DIR "'$(sitescriptdir)'"' >> zshpaths.h.tmp; \ + fi + @if test x$(scriptdir) != xno; then \ + echo '#define SCRIPT_DIR "'$(scriptdir)'"' >> zshpaths.h.tmp; \ + fi @if test x$(sitefndir) != xno; then \ echo '#define SITEFPATH_DIR "'$(sitefndir)'"' >> zshpaths.h.tmp; \ fi -- cgit 1.4.1