From 7973eedae4fcabe376e8d0f058fef22f307ed53d Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 7 Feb 2022 19:06:56 +0100 Subject: [PATCH] Modified: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa580f7..6131ce6 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ SRCS_LAUNCHAGENT= $(wildcard $(DIR_LAUNCHAGENT)/*) # Local build directory. Sources will be copied here, # modified and then installed from this directory. -BUILD_DIR := build +BUILD_DIR := build BUILD_DIR_SCRIPT = $(BUILD_DIR)/$(DIR_SCRIPT) BUILD_DIR_CONF = $(BUILD_DIR)/$(DIR_CONF) BUILD_DIR_SYSTEMD = $(BUILD_DIR)/$(DIR_SYSTEMD)