summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
authorJonathan Bauer2013-10-15 17:33:06 +0200
committerJonathan Bauer2013-10-15 17:33:06 +0200
commit5d2d69f87b43d439d0515980b0e7a0ef30b3bb94 (patch)
treede24d651cc6a46b635de26488a7481a2647b84b7 /remote/modules/printergui
parent[rootfs-stage32] added rpcbind and rpc.statd support. Use the configuration f... (diff)
parent[printergui] Nicer comment :D (diff)
downloadtm-scripts-5d2d69f87b43d439d0515980b0e7a0ef30b3bb94.tar.gz
tm-scripts-5d2d69f87b43d439d0515980b0e7a0ef30b3bb94.tar.xz
tm-scripts-5d2d69f87b43d439d0515980b0e7a0ef30b3bb94.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
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"