summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp/module.build')
-rw-r--r--core/modules/lightdm-greeter-bwlp/module.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/module.build b/core/modules/lightdm-greeter-bwlp/module.build
index 9698970e..76088717 100644
--- a/core/modules/lightdm-greeter-bwlp/module.build
+++ b/core/modules/lightdm-greeter-bwlp/module.build
@@ -1,10 +1,10 @@
#!/bin/bash
fetch_source() {
- git clone "$REQUIRED_GIT" "${MODULE_WORK_DIR}/src"
+ autoclone
}
build() {
- local SRCDIR="${MODULE_WORK_DIR}/src/"
+ local SRCDIR="${MODULE_WORK_DIR}/src/slxgreeter"
local BUILDDIR="${SRCDIR}/build/"
local DESTDIR="${MODULE_BUILD_DIR}/opt/openslx/bin"