From 8cf75bb63b2ec468af9255de7d9571ba34da2a36 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Feb 2016 12:05:29 +0100 Subject: [cron] Fix path when copying crond binary --- remote/modules/cron/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules/cron') 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 } -- cgit v1.2.3-55-g7522