From 49414498b569199805adddfab0db5c90ae51de8f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 19 Aug 2019 16:18:23 +0200 Subject: [vmware-version-check] Fix build script --- core/modules/vmware-version-check/module.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/modules/vmware-version-check/module.build b/core/modules/vmware-version-check/module.build index 5086d1bc..0f34cbee 100644 --- a/core/modules/vmware-version-check/module.build +++ b/core/modules/vmware-version-check/module.build @@ -5,7 +5,11 @@ 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() { -- cgit v1.2.3-55-g7522