summaryrefslogtreecommitdiffstats
path: root/core/modules/openjdk-8-jre-headless/module.build
diff options
context:
space:
mode:
authorManuel Bentele2021-06-25 14:23:19 +0200
committerManuel Bentele2021-06-25 14:23:19 +0200
commitc820bd818c488fb2ab14d51afa4d241b762d2fc6 (patch)
tree5f0c364c10820219ca418e6436c425074afc35e0 /core/modules/openjdk-8-jre-headless/module.build
parent[debug-report-bwlp] add blkid output (diff)
parent[libvirt] Enforce libvirt UIDs/GIDs to not collide with LDAP UIDs/GIDs (diff)
downloadmltk-c820bd818c488fb2ab14d51afa4d241b762d2fc6.tar.gz
mltk-c820bd818c488fb2ab14d51afa4d241b762d2fc6.tar.xz
mltk-c820bd818c488fb2ab14d51afa4d241b762d2fc6.zip
Merge branch 'feature/qemu-integration'
Diffstat (limited to 'core/modules/openjdk-8-jre-headless/module.build')
-rw-r--r--core/modules/openjdk-8-jre-headless/module.build13
1 files changed, 13 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..61fd9a57
--- /dev/null
+++ b/core/modules/openjdk-8-jre-headless/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}