From 85bab4ebda008936fab76bb314c940261a0e0ed4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Sep 2014 15:27:53 +0200 Subject: [cups] Fix ghostscript dependencies for Ubuntu 14.04 --- remote/modules/cups/module.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'remote/modules/cups/module.build') diff --git a/remote/modules/cups/module.build b/remote/modules/cups/module.build index 0238f1bd..0128c3e6 100644 --- a/remote/modules/cups/module.build +++ b/remote/modules/cups/module.build @@ -5,12 +5,17 @@ fetch_source() { } build() { + local COPYLIST file COPYLIST="list_dpkg_output" [ -e "$COPYLIST" ] && rm "$COPYLIST" list_packet_files >> "$COPYLIST" tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + # cups insists on overriding PATH, so we need to fix any scripts + for file in "${MODULE_BUILD_DIR}"/usr/lib/cups/{filter,backend}/*; do + head -n 1 "$file" | grep -q '^#!/' && sed -i '/^#!\//a . \/etc\/environment' "$file" + done } post_copy() { -- cgit v1.2.3-55-g7522