diff options
author | Simon Rettberg | 2019-11-26 15:10:29 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-26 15:10:29 +0100 |
commit | 49bb18e8d8728aa177095adade1a5ead690c9151 (patch) | |
tree | e5b48da78da656c29b8812ba86e24ab9e00bd3ad /core/modules/beamergui | |
parent | [rootfs-stage32] Add missing quotes (diff) | |
download | mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.gz mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.xz mltk-49bb18e8d8728aa177095adade1a5ead690c9151.zip |
[*] cd <...> || perror --> cde <...>
Diffstat (limited to 'core/modules/beamergui')
-rw-r--r-- | core/modules/beamergui/module.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/beamergui/module.build b/core/modules/beamergui/module.build index 316b9757..c091171b 100644 --- a/core/modules/beamergui/module.build +++ b/core/modules/beamergui/module.build @@ -8,7 +8,7 @@ build() { local SRCDIR="${MODULE_WORK_DIR}/src/beamergui" mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" - cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!" + cde "${MODULE_BUILD_DIR}/opt/openslx/bin" pinfo "Running cmake" cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed." pinfo "Running make" |