summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/modules/cron/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/cron/module.build b/remote/modules/cron/module.build
index cf696ea0..d9f1e825 100644
--- a/remote/modules/cron/module.build
+++ b/remote/modules/cron/module.build
@@ -21,7 +21,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_DIR}/src/crond" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could copy crond binary to ${MODULE_BUILD_DIR}"
+ cp "${MODULE_DIR}/src/src/crond" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could not copy crond binary to ${MODULE_BUILD_DIR}"
cd - &>/dev/null
}