On Sat, 2002-10-19 at 13:41, Jesse Keating wrote:
> On 19 Oct 2002 13:35:41 -0700
> Gordon Messmer <[EMAIL PROTECTED]> wrote:
>
> # On Sat, 2002-10-19 at 12:33, Jesse Keating wrote:
> # > In /var/lib/rpm/macros %{_sysconfdir} is defined as
> # > %{_prefix}/etc.
> #
> # You mean /usr/lib, but... In /usr/lib/rpm/redhat/macros _sysconfdir
> # is defined as just /etc
>
> [jkeating@yoda jkeating]$ grep _sysconfdir /usr/lib/rpm/macros
> %_sysconfdir %{_prefix}/etc
Right, we covered /usr/lib/rpm/macros. However,
/usr/lib/rpm/redhat/macros is parsed after (or instead of, I don't know
which) /usr/lib/rpm/macros. _sysconfdir ends up defined as /etc.