r20065 - gnucash/trunk/src/gnome-utils/schemas - Bug #638615: Fix schema install with DESTDIR

Mike Alexander mta at umich.edu
Tue Jan 11 23:31:28 EST 2011


--On January 11, 2011 3:39:54 PM -0500 Christian Stimming 
<cstim at code.gnucash.org> wrote:

> Author: cstim
> Date: 2011-01-11 15:39:53 -0500 (Tue, 11 Jan 2011)
> New Revision: 20065
> Trac: http://svn.gnucash.org/trac/changeset/20065
>
> Modified:
>    gnucash/trunk/src/gnome-utils/schemas/Makefile.am
> Log:
> Bug #638615: Fix schema install with DESTDIR
>
> Patch by Jim Radford:
>
>
> When doing
>
>   make install DESTDIR=/tmp/gnucash
>
> the install fails because GCONF_SCHEMA_CONFIG_SOURCE doesn't end up
> using DESTDIR (and it's non-trivial because of the xml:: prefix).
> The attached patch fixes it for me but is non-ideal because it hard
> codes the value of GCONF_SCHEMA_CONFIG_SOURCE using
> GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY.

Does this need to be changed in the other 6 makefiles that use 
GCONF_SCHEMA_CONFIG_SOURCE:

 business-gnome/schemas
 gnome/schemas
 import-export/aqbanking/schemas
 import-export/hbci/schemas
 import-export/qif-import/schemas
 import-export/schemas


       Mike
 


More information about the gnucash-devel mailing list