summaryrefslogtreecommitdiffstats
path: root/core/modules/cron
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 16:00:55 +0200
committerSimon Rettberg2021-07-09 16:00:55 +0200
commit30d69f40336ac02c9d754aadd8b878bd29f6435a (patch)
treeeb91c2803330cb99cb507949127a4a63778f1330 /core/modules/cron
parent[cron] Fix cp path (diff)
downloadmltk-30d69f40336ac02c9d754aadd8b878bd29f6435a.tar.gz
mltk-30d69f40336ac02c9d754aadd8b878bd29f6435a.tar.xz
mltk-30d69f40336ac02c9d754aadd8b878bd29f6435a.zip
[cron] FIX CP PATH
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
}