From d7272e4ea1ee90575ea5c120d6b7dcd76f363936 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 28 Jan 2020 13:51:23 -0500 Subject: [PATCH] One correction to a variable not pointing to the correct distributed install location for --with-distdir. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 868c807..54ea51b 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ install-real: install-dirs install-tcl-dirs: ${NETGENDIR}/scripts/mkdirs $(DESTDIR)${INSTALL_BINDIR} \ - $(DESTDIR)${TCLDIR} $(DESTDIR)${INSTALL_PYDIR} + $(DESTDIR)${INSTALL_TCLDIR} $(DESTDIR)${INSTALL_PYDIR} install-dirs: ${NETGENDIR}/scripts/mkdirs $(DESTDIR)${INSTALL_BINDIR}