summaryrefslogtreecommitdiffstats
path: root/core/modules/cron/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 15:10:29 +0100
committerSimon Rettberg2019-11-26 15:10:29 +0100
commit49bb18e8d8728aa177095adade1a5ead690c9151 (patch)
treee5b48da78da656c29b8812ba86e24ab9e00bd3ad /core/modules/cron/module.build
parent[rootfs-stage32] Add missing quotes (diff)
downloadmltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.gz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.xz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.zip
[*] cd <...> || perror --> cde <...>
Diffstat (limited to 'core/modules/cron/module.build')
-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 6a467d4e..d4ecce79 100644
--- a/core/modules/cron/module.build
+++ b/core/modules/cron/module.build
@@ -10,7 +10,7 @@ fetch_source() {
build() {
# compilation
- cd "${MODULE_WORK_DIR}/src" || perror "Could not cd to '${MODULE_WORK_DIR}/src'. Did fetch_source work?"
+ cde "${MODULE_WORK_DIR}/src"
./autogen.sh || perror "Autogen failed"
./configure --disable-dependency-tracking --enable-syscrontab --prefix= --exec-prefix= --bindir=/opt/openslx/bin --sbindir=/opt/openslx/sbin || perror "configure failed"