summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-15 12:05:29 +0100
committerSimon Rettberg2016-02-15 12:05:29 +0100
commit8cf75bb63b2ec468af9255de7d9571ba34da2a36 (patch)
tree08b10286ae39d9c894b698da1918bc6aa92c73af
parent[run-virt] openslx.exe: disable screensaver/standby, don't show error if patc... (diff)
downloadtm-scripts-8cf75bb63b2ec468af9255de7d9571ba34da2a36.tar.gz
tm-scripts-8cf75bb63b2ec468af9255de7d9571ba34da2a36.tar.xz
tm-scripts-8cf75bb63b2ec468af9255de7d9571ba34da2a36.zip
[cron] Fix path when copying crond binary
-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
}