--- Makefile.in 2007-01-24 06:39:40.000000000 +0100 +++ Makefile.in2 2007-03-03 23:25:14.000000000 +0100 @@ -331,7 +331,7 @@ install-cfg: @if test $(PLAINTEX) != no ; then \ - installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \ + installdir=`kpsexpand '$$TEXMFSITE'/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 && \ @@ -342,7 +342,7 @@ uninstall-cfg: @$(NORMAL_UNINSTALL) @if test $(PLAINTEX) != no ; then \ - installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \ + installdir=`kpsexpand '$$TEXMFSITE'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \ rm -f "$(DESTDIR)$$installdir/gnuplot.cfg" ; \ fi # Tell versions [3.59,3.63) of GNU make to not export all variables.