There was an error while loading. Please reload this page.
1 parent 358342b commit 702189bCopy full SHA for 702189b
1 file changed
cups/Makefile
@@ -290,7 +290,7 @@ install: all $(INSTALL_STATIC)
290
if test $(LIBCUPS) = "libcups.so.3" -o $(LIBCUPS) = "libcups3.so.3"; then \
291
$(RM) $(BUILDROOT)$(libdir)/`basename $(LIBCUPS) .3`; \
292
$(LN) $(LIBCUPS) $(BUILDROOT)$(libdir)/`basename $(LIBCUPS) .3`; \
293
- test -x /usr/sbin/ldconfig && /usr/sbin/ldconfig; \
+ test x`id -u` = x0 -a -x /usr/sbin/ldconfig && /usr/sbin/ldconfig; \
294
fi
295
if test $(LIBCUPS) = "libcups.3.dylib" -o $(LIBCUPS) = "libcups3.3.dylib"; then \
296
$(RM) $(BUILDROOT)$(libdir)/`basename $(LIBCUPS) .3.dylib`.dylib; \
0 commit comments