summaryrefslogtreecommitdiffstats
path: root/core/modules/looking-glass-client/module.build
diff options
context:
space:
mode:
authorManuel Bentele2021-09-23 10:54:07 +0200
committerManuel Bentele2021-09-23 10:54:07 +0200
commit4f3a82d839534e9b4c94216d5bbd57bbdcfca173 (patch)
tree3b1dbd13c8c8144e3494d52afb5ea5c28735ffc8 /core/modules/looking-glass-client/module.build
parent[looking-glass-client] Add module for looking-glass-client source build (diff)
downloadmltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.tar.gz
mltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.tar.xz
mltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.zip
[looking-glass-client] Bump version to latest release 'B4'
Diffstat (limited to 'core/modules/looking-glass-client/module.build')
-rw-r--r--core/modules/looking-glass-client/module.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/modules/looking-glass-client/module.build b/core/modules/looking-glass-client/module.build
index df334e41..52609237 100644
--- a/core/modules/looking-glass-client/module.build
+++ b/core/modules/looking-glass-client/module.build
@@ -1,9 +1,7 @@
#!/bin/bash
fetch_source() {
- local SRCDIR="${MODULE_WORK_DIR}/src/LookingGlass"
autoclone
- cde "${SRCDIR}"
- git submodule update --init --recursive || perror "Failed to init and update submodules!"
+ git -C "${MODULE_WORK_DIR}/src/LookingGlass" submodule update --init --recursive || perror "Failed to init and update submodules!"
}
build() {