summaryrefslogtreecommitdiffstats
path: root/remote/modules/beamergui
diff options
context:
space:
mode:
authorroot2013-12-01 16:48:17 +0100
committerroot2013-12-01 16:48:17 +0100
commit66ede765bad4a0ecd405e955bf0fd2da8e3e45da (patch)
tree65647f793088649ea857459726e1877580a71dd7 /remote/modules/beamergui
parent[rfs-stage32] Add /bin/ash link to busybox-ash (diff)
downloadtm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.gz
tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.xz
tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.zip
Doc + comments ...
Diffstat (limited to 'remote/modules/beamergui')
-rw-r--r--remote/modules/beamergui/beamergui.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/beamergui/beamergui.build b/remote/modules/beamergui/beamergui.build
index e27cf0b3..837a2e38 100644
--- a/remote/modules/beamergui/beamergui.build
+++ b/remote/modules/beamergui/beamergui.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/beamergui.pro" -r -spec linux-g++ || perror "'qmake' failed."
+ qmake "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake' failed (e.g. not installed)."
pinfo "Running make"
make || perror "'make' failed."
}