summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/slxbrowser/module.build')
-rw-r--r--core/modules/slxbrowser/module.build4
1 files changed, 2 insertions, 2 deletions
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}"