]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Ignore ldconfig errors (Issue #1122)
authorMichael R Sweet <msweet@msweet.org>
Fri, 20 Dec 2024 00:14:40 +0000 (19:14 -0500)
committerMichael R Sweet <msweet@msweet.org>
Fri, 20 Dec 2024 00:14:40 +0000 (19:14 -0500)
Makefile

index b585d8b724067af77ed5faef4a7081abf1e66dd2..ea9d6bd614ed692e6dce81ef8180c37193d7cab4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 # Top-level Makefile for CUPS.
 #
-# Copyright © 2020-2023 by OpenPrinting
+# Copyright © 2020-2024 by OpenPrinting
 # Copyright © 2007-2019 by Apple Inc.
 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
 #
@@ -215,7 +215,7 @@ install-libs:       libs
                echo Installing libraries in $$dir... ;\
                (cd $$dir; $(MAKE) $(MFLAGS) install-libs) || exit 1;\
        done
-       if test -x /usr/sbin/ldconfig; then \
+       -if test -x /usr/sbin/ldconfig; then \
                /usr/sbin/ldconfig; \
        fi