summaryrefslogtreecommitdiffstats
path: root/remote/modules/grub/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2015-04-07 17:43:23 +0200
committerJonathan Bauer2015-04-07 17:43:23 +0200
commitb1074927e6848d7370c6d4a1b11b7149d6660a77 (patch)
tree89dfef802d48522d297632cb77fe13825707ff3e /remote/modules/grub/module.build
parent[pam-common-share] rudimentary nfs-support for common share (diff)
parent[hdd-boot] michi's werk (diff)
downloadtm-scripts-b1074927e6848d7370c6d4a1b11b7149d6660a77.tar.gz
tm-scripts-b1074927e6848d7370c6d4a1b11b7149d6660a77.tar.xz
tm-scripts-b1074927e6848d7370c6d4a1b11b7149d6660a77.zip
Merge remote-tracking branch 'remotes/origin/test' into mergetestmergetest
Diffstat (limited to 'remote/modules/grub/module.build')
-rw-r--r--remote/modules/grub/module.build18
1 files changed, 18 insertions, 0 deletions
diff --git a/remote/modules/grub/module.build b/remote/modules/grub/module.build
new file mode 100644
index 00000000..119ea7bf
--- /dev/null
+++ b/remote/modules/grub/module.build
@@ -0,0 +1,18 @@
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+
+ return 0
+}
+
+post_copy() {
+ :
+}
+