From 9b9e3b19cdccf5e442c129d4814da7987afb16a7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 14:14:34 +0200 Subject: Use autoclone where possible --- core/modules/lightdm-greeter-bwlp/module.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/lightdm-greeter-bwlp') 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" -- cgit v1.2.3-55-g7522