summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
authorManuel Schneider2013-10-14 22:23:20 +0200
committerManuel Schneider2013-10-14 22:23:20 +0200
commit1920e6f4b59d95ef1de90359bac7782df6e44ea7 (patch)
treefa6e3a5546b248dee1c86cc75268ed65f80cd426 /remote/modules/printergui
parent[vmchooser] Fix indentation of xml-filter (diff)
downloadtm-scripts-1920e6f4b59d95ef1de90359bac7782df6e44ea7.tar.gz
tm-scripts-1920e6f4b59d95ef1de90359bac7782df6e44ea7.tar.xz
tm-scripts-1920e6f4b59d95ef1de90359bac7782df6e44ea7.zip
[printergui] Nicer comment :D
Diffstat (limited to 'remote/modules/printergui')
-rw-r--r--remote/modules/printergui/printergui.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build
index b414230c..624c1209 100644
--- a/remote/modules/printergui/printergui.build
+++ b/remote/modules/printergui/printergui.build
@@ -8,7 +8,7 @@ build() {
local SRCDIR="${MODULE_DIR}/src/"
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
- cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Cpdspofj not cd!"
+ cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!"
pinfo "Running qmake"
qmake-qt4 "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed."
pinfo "Running make"