initial import
This commit is contained in:
24
cups/install-server-executables-in-usrlibexeccups.patch
Normal file
24
cups/install-server-executables-in-usrlibexeccups.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
--- 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
|
||||
|
||||
Reference in New Issue
Block a user