]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorellson <devnull@localhost>
Sat, 24 Mar 2007 02:56:44 +0000 (02:56 +0000)
committerellson <devnull@localhost>
Sat, 24 Mar 2007 02:56:44 +0000 (02:56 +0000)
cmd/dot/Makefile.am

index c73c6bfa8caf6eb31245e7e8468daaada0c3733b..c577cbe481cfd7ae0764a201e8a9019db7b2dfa5 100644 (file)
@@ -37,7 +37,7 @@ install-data-hook:
 # run "dot -c", if possible, to create plugin config
 install-exec-hook:
        (cd $(DESTDIR)$(bindir); for i in $(linkedprogram); do rm -f $$i; $(LN_S) dot $$i; done;)
-       if test "x$(DESTDIR)" = "x"; then if test -x $(bindir)/dot; then if test -x /sbin/ldconfig; then /sbin/ldconfig; fi; $(bindir)/dot -c; else $(bindir)/dot_static -c; fi; fi
+       if test "x$(DESTDIR)" = "x"; then if test -x $(bindir)/dot; then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; $(bindir)/dot -c; else $(bindir)/dot_static -c; fi; fi
 
 uninstall-hook:
        (cd $(DESTDIR)$(man1dir); for i in $(linkedman); do rm -f $$i; done;)