Skip to content

Commit

Permalink
Ignore ldconfig errors (Issue #1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 20, 2024
1 parent e36c0a5 commit a8408a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a8408a0

Please sign in to comment.