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/slxbrowser/module.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/slxbrowser') diff --git a/core/modules/slxbrowser/module.build b/core/modules/slxbrowser/module.build index d8b66125..9ab0cb22 100644 --- a/core/modules/slxbrowser/module.build +++ b/core/modules/slxbrowser/module.build @@ -1,11 +1,11 @@ #!/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/slxbrowser" mkdir -p "${MODULE_BUILD_DIR}/${REQUIRED_PREFIX}" cde "${MODULE_BUILD_DIR}/${REQUIRED_PREFIX}" -- cgit v1.2.3-55-g7522