http://qa.mandrakesoft.com/show_bug.cgi?id=1318
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla-
| |[EMAIL PROTECTED]
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-25-06 04:28 -------
/usr/lib/rpm/macros from rpm-4.2-8mdk:
%_libdir %{_exec_prefix}/%{_lib}
and
%_exec_prefix %{_prefix}
--> FIXED
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
_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.