summaryrefslogtreecommitdiffstats
path: root/core/modules/printergui/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/printergui/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/printergui/module.build')
-rw-r--r--core/modules/printergui/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/printergui/module.build b/core/modules/printergui/module.build
index 0f335341..fcf55406 100644
--- a/core/modules/printergui/module.build
+++ b/core/modules/printergui/module.build
@@ -15,7 +15,7 @@ build() {
activate_qt 4
mkdir -p "$DESTDIR"
- cd "$DESTDIR" || perror "Could not cd to $DESTDIR!"
+ cde "$DESTDIR"
pinfo "Running cmake"
cmake "$SRCDIR/" || perror "'cmake' failed (e.g. not installed)."
pinfo "Running make"