summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-08-19 16:18:23 +0200
committerroot2019-08-19 16:18:23 +0200
commit49414498b569199805adddfab0db5c90ae51de8f (patch)
tree246eb552b1136f6a31a972972e51e46de62383ca
parent[dnbd3] Just use default branch HEAD (diff)
downloadmltk-49414498b569199805adddfab0db5c90ae51de8f.tar.gz
mltk-49414498b569199805adddfab0db5c90ae51de8f.tar.xz
mltk-49414498b569199805adddfab0db5c90ae51de8f.zip
[vmware-version-check] Fix build script
-rw-r--r--core/modules/vmware-version-check/module.build6
1 files changed, 5 insertions, 1 deletions
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() {