summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-version-check/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware-version-check/module.build')
-rw-r--r--core/modules/vmware-version-check/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/vmware-version-check/module.build b/core/modules/vmware-version-check/module.build
new file mode 100644
index 00000000..5086d1bc
--- /dev/null
+++ b/core/modules/vmware-version-check/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+# fake module simply copying its data/ files
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}