From 92a5d770f4bd063237f3cfa6fd91edf0b0cd47da Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 24 Jan 2023 15:04:11 +0100 Subject: [PATCH] fix: create directory for systemd scripts Signed-off-by: Andrea Terzolo --- scripts/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 1ad7f6b1..65d3730e 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -16,6 +16,7 @@ # # Systemd +file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/scripts/systemd) configure_file("${PROJECT_SOURCE_DIR}/scripts/systemd/falco-kmod-inject.service" "${PROJECT_BINARY_DIR}/scripts/systemd" COPYONLY) configure_file("${PROJECT_SOURCE_DIR}/scripts/systemd/falco-kmod.service"