|
From: Ethan M. <merritt@u.washington.edu> - 2010-03-09 21:25:17
|
On Tuesday 09 March 2010 13:04:40 Allin Cottrell wrote: > > Something has gone awry with the add-defaults installation in CVS. > On doing "make install" I'm seeing this > > test -z "/usr/local/share/gnuplot/ERSION_MAJOR/app-defaults" Aha. That might explain your other problem as well. %%%%%%%%%%%%%%%%% --- gnuplot/share/Makefile.am 2010-03-07 17:46:15.000000000 -0800 +++ gnuplot-cvs/share/Makefile.am 2010-03-09 13:22:01.000000000 -0800 @@ -7,7 +7,7 @@ SUBDIRS = LaTeX endif -appdefaultdir = $(pkgdatadir)/$VERSION_MAJOR/app-defaults +appdefaultdir = $(pkgdatadir)/$(VERSION_MAJOR)/app-defaults APPDEFAULTFILES = Gnuplot %%%%%%%%%%%%%%%%% Fortunately this typo is not in 4.4.0; I just slipped up when transferring the update to CVS as well. |