Hi Patrick,

On 6/3/2017 5:26 PM, Patrick Alken wrote:
Hi Peter,
   Yes make distcheck is in fact failing (even with your modification).
The error is:

/bin/install -c -m 644 file.info
/data/palken/package/package-1.0+/_inst/share/info
/bin/install: cannot stat ‘file.info’: No such file or directory

Hard to say without seeing the context, but it might be that you need to prefix the file with $(srcdir)

install-data-local: $(srcdir)/file.info
    ${INSTALL_DATA} $(srcdir)/file.info $(DESTDIR)${infodir}

Cheers,
Peter

Reply via email to