From c3865ce2ddf6c2cf769d583557b9cfef1ee4571e Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 25 Jun 2021 11:41:47 +0200 Subject: [openjdk-8-jre-headless] Remove build support of Java 8 JRE for MiniLinux --- core/modules/openjdk-8-jre-headless/module.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/modules/openjdk-8-jre-headless/module.build') 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() { -- cgit v1.2.3-55-g7522