From 9c06a09e78834e3a1c080333e171bfbba8112303 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Tue, 11 Jul 2023 00:43:39 +0200 Subject: [PATCH] Make sure that installpath is created in the installplus target (fix #30). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7838846..45abf43 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,5 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder install: installplus installplus: + $(INSTALL_DIR) -v "$(installpath)" cp -r ./pdlua/ "${installpath}"/pdlua