summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-05-27 16:39:48 +0200
committerJonathan Bauer2014-05-27 16:39:48 +0200
commit6d7d28048a3bf8fe8409dad2b11552fabf1687ec (patch)
tree974b8299645e066d9e1b7c2fa16bc46f4b3018e6 /remote
parentwrong packages (diff)
downloadtm-scripts-6d7d28048a3bf8fe8409dad2b11552fabf1687ec.tar.gz
tm-scripts-6d7d28048a3bf8fe8409dad2b11552fabf1687ec.tar.xz
tm-scripts-6d7d28048a3bf8fe8409dad2b11552fabf1687ec.zip
[printergui] REQUIRED_CONTENT_PACKAGES fetching
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/printergui/module.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build
index 4b1b663f..e7d3864a 100644
--- a/remote/modules/printergui/module.build
+++ b/remote/modules/printergui/module.build
@@ -22,6 +22,13 @@ build() {
make || perror "'make' failed."
chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp
+ # get packet files
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+
}
post_copy() {
: