summaryrefslogtreecommitdiffstats
path: root/core/modules/idleaction/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/idleaction/module.build')
-rw-r--r--core/modules/idleaction/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/idleaction/module.build b/core/modules/idleaction/module.build
index 6aac9d93..41fe2445 100644
--- a/core/modules/idleaction/module.build
+++ b/core/modules/idleaction/module.build
@@ -15,7 +15,7 @@ build() {
local SRCDIR="${MODULE_WORK_DIR}/src/idle-daemon"
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/sbin"
- cd "${MODULE_BUILD_DIR}/opt/openslx/sbin" || perror "Could not cd!"
+ cde "${MODULE_BUILD_DIR}/opt/openslx/sbin"
pinfo "Running cmake"
cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
pinfo "Running make"