[Rd] r65998 build error. share/Rd/macros/*: No such file or directory

2014-06-22 Thread Scott Kostyshak
As of r65998 I'm getting /usr/bin/install: cannot stat ‘/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*’: No such file or directory Commenting out the newly added @for f in $(srcdir)/Rd/macros/*; do \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/Rd/macros"; \ done i

Re: [Rd] r65998 build error. share/Rd/macros/*: No such file or directory

2014-06-22 Thread Duncan Murdoch
On 22/06/2014, 5:07 PM, Scott Kostyshak wrote: > As of r65998 I'm getting > /usr/bin/install: cannot stat > ‘/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*’: No such file or > directory > > Commenting out the newly added > > @for f in $(srcdir)/Rd/macros/*; do \ > $(INSTALL_

Re: [Rd] r65998 build error. share/Rd/macros/*: No such file or directory

2014-06-22 Thread Scott Kostyshak
On Sun, Jun 22, 2014 at 11:16 AM, Duncan Murdoch wrote: > On 22/06/2014, 5:07 PM, Scott Kostyshak wrote: >> As of r65998 I'm getting >> /usr/bin/install: cannot stat >> ‘/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*’: No such file or >> directory >> >> Commenting out the newly added >> >>