Possible bugs in the Makefiles.
Brought to you by:
ghowlett
blt2.4z/library/Makefile, line 62:
$(INSTALL_DATA) pkgIndex.tcl $(scriptdir)
should be:
$(INSTALL_DATA) pkgIndex.tcl $(INSTALL_ROOT)$(scriptdir)
blt2.4z/Makefile, lines 51-53:
$(INSTALL_DIR)
instead of:
$(INSTALL_ROOT)