From 30d69f40336ac02c9d754aadd8b878bd29f6435a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 16:00:55 +0200 Subject: [cron] FIX CP PATH --- core/modules/cron/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/cron') diff --git a/core/modules/cron/module.build b/core/modules/cron/module.build index 54290c14..066a890c 100644 --- a/core/modules/cron/module.build +++ b/core/modules/cron/module.build @@ -13,7 +13,7 @@ build() { # NO MAKE INSTALL: Copy to build dir, since there are no shared libs linked in mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/sbin" - cp "crond" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could not copy crond binary to ${MODULE_BUILD_DIR}" + cp "src/crond" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could not copy crond binary to ${MODULE_BUILD_DIR}" cd - &>/dev/null } -- cgit v1.2.3-55-g7522