summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/beamergui')
-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 424c8bff..4785b316 100644
--- a/core/modules/beamergui/module.build
+++ b/core/modules/beamergui/module.build
@@ -23,7 +23,7 @@ build() {
make || perror "'make' failed."
# Make read-edid
- gcc -o "${MODULE_BUILD_DIR}/opt/openslx/bin/read-edid" "${MODULE_WORK_DIR}/source/parse-edid/parse-edid.c" || perror "Compiling parse-edid failed."
+ gcc -o "${MODULE_BUILD_DIR}/opt/openslx/bin/read-edid" "${MODULE_DIR}/source/parse-edid/parse-edid.c" || perror "Compiling parse-edid failed."
}
post_copy() {
: