diff options
| author | root | 2013-12-01 16:48:17 +0100 |
|---|---|---|
| committer | root | 2013-12-01 16:48:17 +0100 |
| commit | 66ede765bad4a0ecd405e955bf0fd2da8e3e45da (patch) | |
| tree | 65647f793088649ea857459726e1877580a71dd7 /remote/modules/printergui | |
| parent | [rfs-stage32] Add /bin/ash link to busybox-ash (diff) | |
| download | tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.gz tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.xz tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.zip | |
Doc + comments ...
Diffstat (limited to 'remote/modules/printergui')
| -rw-r--r-- | remote/modules/printergui/printergui.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build index 3a0fd52b..5803d8e8 100644 --- a/remote/modules/printergui/printergui.build +++ b/remote/modules/printergui/printergui.build @@ -10,7 +10,7 @@ build() { mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!" pinfo "Running qmake" - qmake "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed." + qmake "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed (e.g. not installed)." pinfo "Running make" make || perror "'make' failed." } |
