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
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_
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
>>
>>