summaryrefslogtreecommitdiffstats
path: root/core/modules/openjdk-8-jre-headless/module.build
diff options
context:
space:
mode:
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() {