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.build17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/modules/openjdk-8-jre-headless/module.build b/core/modules/openjdk-8-jre-headless/module.build
new file mode 100644
index 00000000..5854e16a
--- /dev/null
+++ b/core/modules/openjdk-8-jre-headless/module.build
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+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() {
+ :
+}