From 845c78c0461e51c3a59a581b6eabe135be65126d Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 5 May 2008 11:24:40 +0000 Subject: [PATCH] Drop graphviz version number from tcl link. It resulted in multiple broken links if the packaging system doesn't clean up old releases on upgrade. --- tclpkg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/Makefile.am b/tclpkg/Makefile.am index fce6ef98a..a9ce0a638 100644 --- a/tclpkg/Makefile.am +++ b/tclpkg/Makefile.am @@ -131,7 +131,7 @@ if WITH_TCL -mkdir -p $(DESTDIR)@TCL_INSTALL_DIR@; if test -w $(DESTDIR)@TCL_INSTALL_DIR@/; then \ (cd $(DESTDIR)@TCL_INSTALL_DIR@; \ - $(LN_S) -f $(pkgtcldir) @PACKAGE_NAME@-@PACKAGE_VERSION@;) \ + $(LN_S) -f $(pkgtcldir) @PACKAGE_NAME@;) \ else \ echo "Warning: @TCL_INSTALL_DIR@ is not writable."; \ echo "Skipping system installation of tcl bindings."; \ -- 2.40.0