summaryrefslogtreecommitdiffstats
path: root/core/modules/cron
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/cron')
-rw-r--r--core/modules/cron/module.build2
1 files changed, 1 insertions, 1 deletions
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
}