From: ellson Date: Sat, 24 Mar 2007 02:56:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LAST_LIBGRAPH~32^2~5604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbbeb4e1a277a054e866cc2ed1be3ab7c222d165;p=graphviz *** empty log message *** --- diff --git a/cmd/dot/Makefile.am b/cmd/dot/Makefile.am index c73c6bfa8..c577cbe48 100644 --- a/cmd/dot/Makefile.am +++ b/cmd/dot/Makefile.am @@ -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;)