diff options
| author | Jonathan Bauer | 2014-05-27 16:44:53 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-27 16:44:53 +0200 |
| commit | 4097e6ad51e44d848998dd1f5e737dd474406057 (patch) | |
| tree | 9999ece486eebf15f4ab722f0da1d7ab354bbb78 /remote/modules | |
| parent | [printergui] REQUIRED_CONTENT_PACKAGES fetching (diff) | |
| download | tm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.tar.gz tm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.tar.xz tm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.zip | |
moved cups filter stuff to cups module :) forgot there was one...
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/cups/module.conf.ubuntu.14.04 | 2 | ||||
| -rw-r--r-- | remote/modules/printergui/module.build | 7 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.ubuntu | 2 |
3 files changed, 2 insertions, 9 deletions
diff --git a/remote/modules/cups/module.conf.ubuntu.14.04 b/remote/modules/cups/module.conf.ubuntu.14.04 index a46e5d3d..80a530bb 100644 --- a/remote/modules/cups/module.conf.ubuntu.14.04 +++ b/remote/modules/cups/module.conf.ubuntu.14.04 @@ -3,10 +3,12 @@ REQUIRED_INSTALLED_PACKAGES=" cups-daemon cups-filters cups-core-drivers + cups-filters-core-drivers " REQUIRED_CONTENT_PACKAGES=" cups cups-daemon cups-filters cups-core-drivers + cups-filters-core-drivers " diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build index e7d3864a..4b1b663f 100644 --- a/remote/modules/printergui/module.build +++ b/remote/modules/printergui/module.build @@ -22,13 +22,6 @@ 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() { : diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index af38a728..54123003 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -1,9 +1,7 @@ REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev - cups-filters-core-drivers " REQUIRED_CONTENT_PACKAGES=" libcups2-dev - cups-filters-core-drivers " |
