diff options
| author | root | 2016-02-18 14:35:25 +0100 |
|---|---|---|
| committer | root | 2016-02-18 14:35:25 +0100 |
| commit | c7a50be52d883b1618096a30f870836ede714735 (patch) | |
| tree | a09519545f2b0e1ff6af127865be5fe20872faa8 /remote/modules/cron | |
| parent | [dnbd3] Include dnbd3-fuse (diff) | |
| parent | [cron] Fix path when copying crond binary (diff) | |
| download | tm-scripts-c7a50be52d883b1618096a30f870836ede714735.tar.gz tm-scripts-c7a50be52d883b1618096a30f870836ede714735.tar.xz tm-scripts-c7a50be52d883b1618096a30f870836ede714735.zip | |
Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/cron')
| -rw-r--r-- | remote/modules/cron/module.build | 2 |
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 } |
