diff --git a/makefile-templates/Makefile.lecture b/makefile-templates/Makefile.lecture index 4317467..c508f42 100755 --- a/makefile-templates/Makefile.lecture +++ b/makefile-templates/Makefile.lecture @@ -100,7 +100,7 @@ # build directory, to avoid similarly-named files overwriting each other. # BUILD_DIR:=$(lastword $(subst /, ,$(CURDIR))) -INSTALL_DIRECTORY:=$(HANDBOOK_INSTALL_ROOT)/$(SUBJECT_CODE)$(PAPER_NUMBER)/Blackboard/Lectures/$(BUILD_DIR) +INSTALL_DIRECTORY:=$(HANDBOOK_INSTALL_ROOT)/$(SUBJECT_CODE)$(PAPER_NUMBER)/Lectures/$(BUILD_DIR) ################################################################################