summaryrefslogtreecommitdiffstats
path: root/core/modules/sudo/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2019-09-13 12:27:42 +0200
committerSimon Rettberg2019-09-13 12:27:42 +0200
commit942587cd11eb72b5d709dbe9831fd726315f060e (patch)
treeb46a40f8d9688bd94a5cd86c91fdcb5efc52824e /core/modules/sudo/module.build
parent[dhcpc-busybox] Fix default route setting (diff)
downloadmltk-942587cd11eb72b5d709dbe9831fd726315f060e.tar.gz
mltk-942587cd11eb72b5d709dbe9831fd726315f060e.tar.xz
mltk-942587cd11eb72b5d709dbe9831fd726315f060e.zip
[sudo] Add sudo
Diffstat (limited to 'core/modules/sudo/module.build')
-rw-r--r--core/modules/sudo/module.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/modules/sudo/module.build b/core/modules/sudo/module.build
new file mode 100644
index 00000000..5fa3a36f
--- /dev/null
+++ b/core/modules/sudo/module.build
@@ -0,0 +1,14 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ list_packet_files > "$COPYLIST"
+ tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
+}
+
+post_copy() {
+ :
+}