GNU bug report logs -
#9773
"make install-info" with DESTDIR writes unwanted usr/share/info/dir.gz
Previous Next
Reported by: Jonathan Nieder <jrnieder <at> gmail.com>
Date: Mon, 17 Oct 2011 06:41:01 UTC
Severity: normal
Tags: patch
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Stefano Lattarini wrote:
> Here is my proposed patch (for maint).
Thanks! Two nits:
[...]
> --- a/lib/am/texinfos.am
> +++ b/lib/am/texinfos.am
> @@ -208,18 +208,16 @@ install-info-am: $(INFO_DEPS)
> echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
> $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
> @$(POST_INSTALL)
[...]
> +## Only run this code if install-info actually exists, and if the user
> +## don't request it not to be run (through the `AM_UPDATE_INFO_DIR'
> +## environment variable). See automake bug#9773 and Debian Bug#543992.
"don't request" -> "doesn't request"
[...]
> --- /dev/null
> +++ b/tests/install-info-dir.test
> @@ -0,0 +1,142 @@
[...]
> +# FIXME: this test is a good candidate for a conversion top TAP.
> +# FIXME: and could be merged with txinfo27.test
"top TAP" -> "to TAP"
The patch itself looks sensible, though I haven't tested it or
anything.
This bug report was last modified 13 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.