[master] fixes for PkgWrangler review

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu Nov 29 19:03:18 UTC 2012


On Thu, Nov 29, 2012 at 01:32:04PM -0500, David Cantrell wrote:
> In an effort to learn how the new PkgWrangler works, I've been working
> through the anaconda review.  Here are fixes for that along with some
> other things:
> 
> 1) systemd and udev stuff installing to /usr/lib rather than /lib.  I
>    can't use the %{_libdir} macro because the 64-bit platforms give us
>    /usr/lib64, so I went with %{_prefix}/lib.  If there is a special
>    macro I should be using here, let me know.

There is the %{_lib} macro which just expands to (you guessed it!) lib,
so %{_prefix}/%{_lib} ....if you really and truly have your heart set on
using macros wherever possible at least.

Samantha


More information about the anaconda-patches mailing list