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

Christian Stimming cstim at code.gnucash.org
Tue Jan 11 15:39:54 EST 2011


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.



More information about the gnucash-patches mailing list