Files
extra/cups/install-server-executables-in-usrlibexeccups.patch
2025-06-22 20:39:04 -05:00

25 lines
609 B
Diff

--- a/config-scripts/cups-directories.m4 2023-01-30 00:09:55.000000000 +0100
+++ b/config-scripts/cups-directories.m4 2023-01-30 00:12:36.304132805 +0100
@@ -264,8 +264,8 @@
case "$host_os_name" in
*-gnu)
# GNUs
- INSTALL_SYSV="install-sysv"
- CUPS_SERVERBIN="$exec_prefix/lib/cups"
+ INSTALL_SYSV=""
+ CUPS_SERVERBIN="$exec_prefix/libexec/cups"
;;
*bsd* | darwin*)
# *BSD and Darwin (macOS)
@@ -274,8 +274,8 @@
;;
*)
# All others
- INSTALL_SYSV="install-sysv"
- CUPS_SERVERBIN="$exec_prefix/lib/cups"
+ INSTALL_SYSV=""
+ CUPS_SERVERBIN="$exec_prefix/libexec/cups"
;;
esac