From a33c83a0cd3c2d9eeaba0f1caca720769ed77e3c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 9 Jan 2017 15:57:04 +0100 Subject: [cups] Move inactive backends from backends-available to backends, so they become active --- remote/modules/cups/module.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remote/modules/cups/module.build b/remote/modules/cups/module.build index 0128c3e6..2b29bb7d 100644 --- a/remote/modules/cups/module.build +++ b/remote/modules/cups/module.build @@ -12,6 +12,10 @@ build() { list_packet_files >> "$COPYLIST" tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + # Move any disabled backends to the backend directory + mv -n -- "${MODULE_BUILD_DIR}/usr/lib/cups/backend-available/"* "${MODULE_BUILD_DIR}/usr/lib/cups/backend/" + rm -f -- "${MODULE_BUILD_DIR}/usr/lib/cups/backend-available/"* + # 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" -- cgit v1.2.3-55-g7522