From 6d7d28048a3bf8fe8409dad2b11552fabf1687ec Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 27 May 2014 16:39:48 +0200 Subject: [printergui] REQUIRED_CONTENT_PACKAGES fetching --- remote/modules/printergui/module.build | 7 +++++++ 1 file changed, 7 insertions(+) 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() { : -- cgit v1.2.3-55-g7522