From: John Ellson Date: Tue, 5 Nov 2013 16:53:06 +0000 (-0500) Subject: remove one level of softlings from tcl package X-Git-Tag: 2.38.0~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=587417f8822a82ea471847e18c611fe268716d9d;p=graphviz remove one level of softlings from tcl package --- diff --git a/tclpkg/Makefile.am b/tclpkg/Makefile.am index aa32e2aa7..a078ed730 100644 --- a/tclpkg/Makefile.am +++ b/tclpkg/Makefile.am @@ -166,6 +166,7 @@ if WITH_TCL -mkdir -p $(DESTDIR)@TCL_INSTALL_DIR@; if test -w $(DESTDIR)@TCL_INSTALL_DIR@/; then \ (cd $(DESTDIR)@TCL_INSTALL_DIR@; \ + rm -f $(DESTDIR)$(pkgtcldir)/*.so; \ mv -f $(DESTDIR)$(pkgtcldir) @PACKAGE_NAME@;) \ else \ echo "Warning: @TCL_INSTALL_DIR@ is not writable."; \