summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/hardware-stats/module.build')
-rw-r--r--core/modules/hardware-stats/module.build9
1 files changed, 1 insertions, 8 deletions
diff --git a/core/modules/hardware-stats/module.build b/core/modules/hardware-stats/module.build
index c9104ab7..3c6eb632 100644
--- a/core/modules/hardware-stats/module.build
+++ b/core/modules/hardware-stats/module.build
@@ -4,14 +4,7 @@ fetch_source() {
}
build() {
- local dir="${MODULE_BUILD_DIR}/opt/openslx/hardware-stats"
- mkdir -p "$dir"
- cde "$dir"
- local file
- for file in collect_hw_info_json.py dmiparser.py; do
- wget -O "$file" "https://git.openslx.org/openslx-ng/systemd-init.git/plain/modules.d/bas-hw-collect/scripts/${file}?h=bas" \
- || perror "Could not download $file"
- done
+ :
}
post_copy() {