From df81a15207ce823d9e20f37fe609c6b941b8f254 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 14:44:14 +0100 Subject: [beamergui] Use proper variable for source dir of parse-edid --- core/modules/beamergui/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/beamergui') 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() { : -- cgit v1.2.3-55-g7522