diff options
| author | Jonathan Bauer | 2014-05-27 16:39:48 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-27 16:39:48 +0200 |
| commit | 6d7d28048a3bf8fe8409dad2b11552fabf1687ec (patch) | |
| tree | 974b8299645e066d9e1b7c2fa16bc46f4b3018e6 /remote | |
| parent | wrong packages (diff) | |
| download | tm-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.build | 7 |
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() { : |
