summaryrefslogtreecommitdiffstats
path: root/core/modules/openjdk-8-jre-headless/module.build
diff options
context:
space:
mode:
authorManuel Bentele2021-06-25 11:41:47 +0200
committerManuel Bentele2021-06-25 11:41:47 +0200
commitc3865ce2ddf6c2cf769d583557b9cfef1ee4571e (patch)
tree30ebef1564ae11a648665308777612f992b9f68f /core/modules/openjdk-8-jre-headless/module.build
parent[libvirt] Remove installation of virt-viewer (diff)
downloadmltk-c3865ce2ddf6c2cf769d583557b9cfef1ee4571e.tar.gz
mltk-c3865ce2ddf6c2cf769d583557b9cfef1ee4571e.tar.xz
mltk-c3865ce2ddf6c2cf769d583557b9cfef1ee4571e.zip
[openjdk-8-jre-headless] Remove build support of Java 8 JRE for MiniLinux
Diffstat (limited to 'core/modules/openjdk-8-jre-headless/module.build')
-rw-r--r--core/modules/openjdk-8-jre-headless/module.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/modules/openjdk-8-jre-headless/module.build b/core/modules/openjdk-8-jre-headless/module.build
index 5854e16a..61fd9a57 100644
--- a/core/modules/openjdk-8-jre-headless/module.build
+++ b/core/modules/openjdk-8-jre-headless/module.build
@@ -5,11 +5,7 @@ fetch_source() {
}
build() {
- # copy mandatory system packages
- COPYLIST="list_dpkg_output"
- [ -e "${COPYLIST}" ] && rm "${COPYLIST}"
- list_packet_files >> "${COPYLIST}"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
+ :
}
post_copy() {