diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/printergui/module.build | 9 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.ubuntu | 6 |
2 files changed, 2 insertions, 13 deletions
diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build index ac8ab7d1..4b1b663f 100644 --- a/remote/modules/printergui/module.build +++ b/remote/modules/printergui/module.build @@ -22,15 +22,6 @@ build() { make || perror "'make' failed." chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp - # fetch ghostscript binary - local BIN_LOCATION="$(which gs)" - [ ! -z "${BIN_LOCATION}" ] && BIN_LOCATION=$(readlink -f "$BIN_LOCATION") - if [ ! -z "${BIN_LOCATION}" -a -e "${BIN_LOCATION}" ]; then - tarcopy "${BIN_LOCATION}" "${MODULE_BUILD_DIR}" - else - perror "'gs' not found on the system! Please install ghostscript." - fi - } post_copy() { : diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index 3099f190..af38a728 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -1,11 +1,9 @@ REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev - ghostscript + cups-filters-core-drivers " REQUIRED_CONTENT_PACKAGES=" libcups2-dev -" -REQUIRED_BINARIES+=" - gs + cups-filters-core-drivers " |
