summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/beamergui/module.build')
-rw-r--r--core/modules/beamergui/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/beamergui/module.build b/core/modules/beamergui/module.build
index e47758cc..a4735e85 100644
--- a/core/modules/beamergui/module.build
+++ b/core/modules/beamergui/module.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 cmake"
- cmake "$SRCDIR" || perror "'$QMAKE' failed (e.g. not installed)."
+ cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
pinfo "Running make"
make || perror "'make' failed."