11 lines
661 B
Diff
11 lines
661 B
Diff
--- ../cmd-dot-Makefile.am.orig 2020-03-28 15:09:39.244338000 +0100
|
|
+++ ./cmd/dot/Makefile.am 2020-03-28 15:10:03.697623920 +0100
|
|
@@ -58,7 +58,6 @@
|
|
# run "dot -c", if possible, to create plugin config
|
|
install-exec-hook:
|
|
(cd $(DESTDIR)$(bindir); if test -x dot$(EXEEXT); then for i in $(linkedprogram); do rm -f $$i; $(LN_S) dot$(EXEEXT) $$i; done; fi;)
|
|
- if test "x$(DESTDIR)" = "x"; then if test -x $(bindir)/dot$(EXEEXT); then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; $(bindir)/dot$(EXEEXT) -c; else $(bindir)/dot_static$(EXEEXT) -c; fi; fi
|
|
|
|
uninstall-hook:
|
|
(cd $(DESTDIR)$(man1dir); for i in $(linkedman); do rm -f $$i; done;)
|