blob: 0d9b05636d00897a917905ddf16cdb5a2d2cf86b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gnuplot-4.2.3-orig/share/LaTeX/Makefile.am 2006-10-02 23:05:30.000000000 +0200
+++ gnuplot-4.2.3/share/LaTeX/Makefile.am 2008-08-26 20:09:43.000000000 +0200
@@ -11,8 +11,7 @@
installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \
$(top_srcdir)/mkinstalldirs $(DESTDIR)$$installdir ; \
if [ ! -f $(DESTDIR)$$installdir/gnuplot.cfg ]; then \
- $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg && \
- texhash; \
+ $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg; \
fi ; \
fi
|