One correction to a variable not pointing to the correct distributed
install location for --with-distdir.
This commit is contained in:
parent
7f4b5817e2
commit
d7272e4ea1
2
Makefile
2
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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue