initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View 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