Re: [PATCH] move bash-completion scripts to /usr/share/ BZ 923001
Ville Skyttä <[email protected]> Mon, 25 Mar 2013 22:40:43 +0200
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
On 2013-03-20 13:06, Zdenek Pavlas wrote:
> -%{_sysconfdir}/bash_completion.d/
> +%{compdir)
%{compdir} usually expands to /usr/share/bash-completion/completions so
the above would leave the parent /usr/share/bash-completion dir unowned.
In that scenario using %(dirname %{compdir}) would be a fix.