http://qa.mandrakesoft.com/show_bug.cgi?id=6041
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-10-26 14:46 -------
fixed in gnome-db-0.2.96-10mdk
--
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:
The DOC_DIR is set incorrectly so the %makeinstall fails. Affects all platforms.
This diff fixes it:
$ diff gnome-db.spec.orig gnome-db.spec
15c15
< Release: 9mdk
---
> Release: 10mdk
103c103
< %makeinstall_std DOC_DIR=%{_datadir}/gnome/html
---
> %makeinstall_std DOC_DIR=$RPM_BUILD_ROOT%{_datadir}/gnome/html
177a178,180
> * Thu Oct 02 2003 Stefan van der Eijk <[EMAIL PROTECTED]> 0.2.96-10mdk
> - fix install path for docs
>