summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2016-07-15 17:32:47 +0200
committerJonathan Bauer2016-07-15 17:32:47 +0200
commit1a8be004e322b780a0a0ae97f1af294df5df7a51 (patch)
tree0bef98749f03a2ce1955ef95fe9d1f9ad6fc5c57
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-1a8be004e322b780a0a0ae97f1af294df5df7a51.tar.gz
tm-scripts-1a8be004e322b780a0a0ae97f1af294df5df7a51.tar.xz
tm-scripts-1a8be004e322b780a0a0ae97f1af294df5df7a51.zip
[dnbd3] fix missing post_copy ...
-rw-r--r--remote/modules/dnbd3/module.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/dnbd3/module.build b/remote/modules/dnbd3/module.build
index c954879c..dc24c875 100644
--- a/remote/modules/dnbd3/module.build
+++ b/remote/modules/dnbd3/module.build
@@ -44,3 +44,6 @@ build() {
tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
}
+post_copy() {
+ :
+}