devel/gnugo gnugo.spec,1.6,1.7

David Woodhouse dwmw2 at infradead.org
Mon Feb 14 10:47:13 UTC 2005


On Mon, 2005-02-14 at 11:35 +0100, Michael Schwendt wrote:
>As some of us have seen this a few times before, is known under which
>circumstances this directory is created in %install? Sometimes it is,
>sometimes it's not.

Not sure. AFAICT it happens if the output of 'install-info --version'
contains any line which doesn't include the text 'debian' in it...

        @if (install-info --version && \
             install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then
\
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
            install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
          done; \
        else : ; fi


-- 
dwmw2




More information about the fedora-extras-commits mailing list