From: ddennedy Date: Thu, 6 Nov 2008 05:32:23 +0000 (+0000) Subject: src/Makefile: suppress warning on ldconfig failure X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=f1ea4a839817b2d5e08a28dd9edc103e58782dd6;p=melted src/Makefile: suppress warning on ldconfig failure git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1220 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/mlt++/src/Makefile b/mlt++/src/Makefile index 8561985..651a443 100644 --- a/mlt++/src/Makefile +++ b/mlt++/src/Makefile @@ -59,7 +59,7 @@ install: ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(SONAME) $(INSTALL) -d "$(DESTDIR)$(prefix)/include/mlt++" $(INSTALL) -m 644 $(HEADERS) "$(DESTDIR)$(prefix)/include/mlt++" - /sbin/ldconfig || true + /sbin/ldconfig 2> /dev/null || true uninstall: rm -f "$(DESTDIR)$(libdir)/$(TARGET)"