archrelease: copy trunk to extra-x86_64
[arch-packages.git] / cups / repos / extra-x86_64 / cups-2.4.0-statedir.patch
blobc6d0303461214c2fd7559a4e50048142445602c8
1 --- cups-2.4.0/config-scripts/cups-directories.m4 2021-11-29 16:12:17.094244942 +0100
2 +++ cups-2.4.0/config-scripts/cups-directories.m4.new 2021-11-29 16:15:16.958747398 +0100
3 @@ -268,7 +268,7 @@
4 CUPS_STATEDIR="$CUPS_SERVERROOT"
5 ], [*], [
6 # All others
7 - CUPS_STATEDIR="$localstatedir/run/cups"
8 + CUPS_STATEDIR="/run/cups"
9 ])
11 AC_DEFINE_UNQUOTED([CUPS_STATEDIR], ["$CUPS_STATEDIR"], [Location of transient state files.])