diff --git a/source/latex/ecsdocs/Makefile b/source/latex/ecsdocs/Makefile
index 80299d8d20078be61bca17837c52ae6e3633f568..8445403ff62f8746402de75f59270b75fb6df92b 100644
--- a/source/latex/ecsdocs/Makefile
+++ b/source/latex/ecsdocs/Makefile
@@ -71,7 +71,7 @@ TPLDIR     = "$(TEXMF)/templates/latex/$(STYLE)"
 DOCDIR     = "$(TEXMF)/doc/latex/$(STYLE)"
 BSTDIR     = "$(TEXMF)/bibtex/bst/$(STYLE)"
 BIBDIR     = "$(TEXMF)/bibtex/bib/$(STYLE)"
-SRCDIR     = "$(TEXMF)/source/docstrip/$(STYLE)"
+SRCDIR     = "$(TEXMF)/source/latex/$(STYLE)"
 
 #*====================== LATEX INSTALLATION CONFIG ==========================