JMarc, Note that my problem is not the same as Ed's
The script worked once.
bash$ ls lyx-devel/lib/xfonts
cmex10.pfb cmr10.pfb eufm10.pfb fonts.scale msbm10.pfb
cmmi10.pfb cmsy10.pfb fonts.dir msam10.pfb
bash$
bash$ ls /usr/local/share/lyx/xfonts
cmex10.pfb cmr10.pfb eufm10.pfb fonts.scale msbm10.pfb
cmmi10.pfb cmsy10.pfb fonts.dir msam10.pfb
bash$
Angus Leeming wrote:
>
> On Friday 22 March 2002 3:29 pm, Garst R. Reese wrote:
> > "Garst R. Reese" wrote:
> > > log attached.
> > > Garst
> > >
> > >
> > > ------------------------------------------------------------------------
> > > /usr/bin/ginstall: `../../lib/scripts/CVS' is a directory
> > > files=`sed -e 's/^\([^ ]*\) .*$/\1/' xfonts/fonts.dir` ; \
> > > for i in ${files} ; do \
> > > ln -sf `kpsewhich $i` /usr/local/share/lyx/xfonts/$i ; \
> > > done
> > > sed: can't read xfonts/fonts.dir: No such file or directory
> > > /usr/bin/ginstall -c -m 644 xfonts/fonts.dir
> > > /usr/local/share/lyx/xfonts/fonts.dir /usr/bin/ginstall:
> > > xfonts/fonts.dir: No such file or directory
> > > make[3]: *** [install-xfonts] Error 1
> >
> > bash$ ls /usr/local/share/lyx/xfonts
> > cmex10.pfb cmr10.pfb eufm10.pfb fonts.scale msbm10.pfb
> > cmmi10.pfb cmsy10.pfb fonts.dir msam10.pfb
> > bash$
> > Still no joy.
> >
> > Garst
>
> Comment it out for now and bug JMarc on his return on Monday.
> Angus