]> git.sesse.net Git - mlt/commitdiff
Makefile: suppress warning on ldconfig failure.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 30 Oct 2008 07:33:19 +0000 (07:33 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 30 Oct 2008 07:33:19 +0000 (07:33 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1212 d19143bc-622f-0410-bfdd-b5b2a6649095

Makefile

index afc885efae95b2debe2aa4c249242159e3859c8a..afbaecb7bd854937482398f961843ef487ec809f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install:
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \
        done; \
        if test -z "$(DESTDIR)"; then \
-         /sbin/ldconfig || true; \
+         /sbin/ldconfig 2> /dev/null || true; \
        fi
 
 uninstall: