From 6088ff8fbc9111d2ae0ec21c2256833b01d4dde7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 15:59:53 +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 66cc8ecc..54290c14 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 "${MODULE_WORK_DIR}/src/src/crond" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could not copy crond binary to ${MODULE_BUILD_DIR}" + cp "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