Hello,
readline-6.3-rc1 is missing a DESTDIR reference in the install-doc
target of Makefile.in.
Patch follows.
Thanks & regards,
James
--- snip ---
diff -urN readline-6.3-rc1/Makefile.in readline-6.3-rc1.new/Makefile.in
--- a/Makefile.in 2013-04-30 10:35:17.000000000 +1000
+++ b/Makefile.in 2014-01-24 11:55:44.541334331 +1100
@@ -265,7 +265,7 @@
-( cd examples; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
install-doc: installdirs
- $(INSTALL_DATA) $(OTHER_DOCS) $(docdir)
+ $(INSTALL_DATA) $(OTHER_DOCS) $(DESTDIR)$(docdir)
-( if test -d doc ; then \
cd doc && \
${MAKE} ${MFLAGS} infodir=$(infodir) DESTDIR=${DESTDIR}
install; \
_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline