From: ellson Date: Tue, 1 Nov 2005 21:48:20 +0000 (+0000) Subject: fix automake obscurity that caused some product to go missing from rpms X-Git-Tag: LAST_LIBGRAPH~32^2~6992 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9431250c55f315c0af84e5a70c118d9da15f6814;p=graphviz fix automake obscurity that caused some product to go missing from rpms --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index 051d24bd9..a8475715a 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -172,7 +172,7 @@ gv_ocaml.man gv_perl.man gv_php.man gv_python.man gv_ruby.man \ gv_tcl.man: gv.i gv_doc_writer.tcl gv_doc_template.tcl gv_doc_langs.tcl tclsh ./gv_doc_writer.tcl -install-exec-hook: +install-data-hook: (cd $(DESTDIR)$(pkgluadir); rm -f gv.so; $(LN_S) libgv_lua.so gv.so;) (cd $(DESTDIR)$(pkgperldir); rm -f gv.so; $(LN_S) libgv_perl.so gv.so;) (cd $(DESTDIR)$(pkgpythondir); rm -f _gv.so; $(LN_S) libgv_python.so _gv.so;)