summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-version-check
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware-version-check')
-rw-r--r--core/modules/vmware-version-check/module.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/modules/vmware-version-check/module.build b/core/modules/vmware-version-check/module.build
index 0f34cbee..5086d1bc 100644
--- a/core/modules/vmware-version-check/module.build
+++ b/core/modules/vmware-version-check/module.build
@@ -5,11 +5,7 @@ fetch_source() {
}
build() {
- COPYLIST="list_dpkg_output"
- [ -e "$COPYLIST" ] && rm "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+ :
}
post_copy() {