diff options
| author | Jonathan Bauer | 2014-05-27 15:51:58 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-27 15:51:58 +0200 |
| commit | b0c98492cf12ca81874b7f2c6b2684f02db78cf4 (patch) | |
| tree | 6ab2c7ed96e1f764d575dfec166015c1abe5bc12 /remote/modules/printergui/module.build | |
| parent | [printergui] forgot to explicitly copy 'gs' to build dir (diff) | |
| download | tm-scripts-b0c98492cf12ca81874b7f2c6b2684f02db78cf4.tar.gz tm-scripts-b0c98492cf12ca81874b7f2c6b2684f02db78cf4.tar.xz tm-scripts-b0c98492cf12ca81874b7f2c6b2684f02db78cf4.zip | |
wrong packages
Diffstat (limited to 'remote/modules/printergui/module.build')
| -rw-r--r-- | remote/modules/printergui/module.build | 9 |
1 files changed, 0 insertions, 9 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() { : |
