https://qa.mandrakesoft.com/show_bug.cgi?id=1318
Product: rpm
Component: rpm
Summary: _libdir flaky in /usr/lib/rpm/i586-mandrake-linux/macros
Version: 4.0.4-28mdk
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
_libdir should follow _prefix, but it's been set to
%_libdir /usr/%{_lib}
which causes all locally build libraries to install in
/usr/lib, which is wrong when I want /usr/local/lib.
This can be fixed by setting
%_libdir %{_prefix}/%{_lib}
and
%__os_install_post \
/usr/lib/rpm/brp-mandrake \
%{nil}
This used to work in Mandrake 8.0 just fine, but broke in 9.0.
Thanks....
P.S.: Mandrake 9.0 shipped with rpm-4.0.4-19mdk, which isn't
in your version list on the form. So, I chose the
current version.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.