Ticket #21818: patch-share-LaTeX-Makefile.in

File patch-share-LaTeX-Makefile.in, 889 bytes (added by sebastian@…, 15 years ago)

Patch file for Latex Makefile

Line 
1--- share/LaTeX/Makefile.in.orig        2009-10-04 15:29:43.000000000 +0200
2+++ share/LaTeX/Makefile.in     2009-10-04 16:04:18.000000000 +0200
3@@ -373,12 +373,10 @@
4          installdir=`kpsexpand ${prefix}/usr/'$$TEXMFLOCAL'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \
5          $(top_srcdir)/mkinstalldirs $(DESTDIR)$$installdir ; \
6          if [ ! -f $(DESTDIR)$$installdir/gnuplot.cfg ]; then \
7-           $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg && \
8-           texhash; \
9+           $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg; \
10          fi ; \
11          if [ ! -f $(DESTDIR)$$installdir/gnuplot-lua-tikz.sty ]; then \
12-           $(INSTALL_DATA) $(srcdir)/gnuplot-lua-tikz.sty $(DESTDIR)$$installdir/gnuplot-lua-tikz.sty && \
13-           texhash; \
14+           $(INSTALL_DATA) $(srcdir)/gnuplot-lua-tikz.sty $(DESTDIR)$$installdir/gnuplot-lua-tikz.sty; \
15          fi ; \
16          fi
17