Re: aclocal/dirlist
Stepan Kasal <[email protected]>
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Stefan, On Tue, Oct 11, 2005 at 10:56:16PM +0200, Stefan Fiedler wrote: > > All /opt/*/share/aclocal directories should be listed in > > /usr/share/aclocal/dirlist > An implementation can be found at > https://www.rocklinux.net/submaster/smadm.cgi?i=2005101122523004578 thank you very much for this prompt solution. A few comments: 1) I see no need to touch the file if it doesn't exist. 2) I don't understand how much it is reliable to use all_installed "opt/.*/share/aclocal/$" Is it possible that some of that directories would be missed? For example, my system has: $ mine -l |grep share.aclocal/*\$ firefox: opt/firefox/share/aclocal $ even though there are many files in /opt/gnome2/share/aclocal and /opt/gnome/share/aclocal (and mine knows about them). (But perhaps /var/adm/postinstall/*-install.?????? is more reliable.) Anyway, I'd expect all_installed "opt/[^/]*/share/aclocal" | sed '....' |sort -u | Thanks again for your prompt reaction to my suggestion, Stepan