
28 Jan
2009
28 Jan
'09
11:12 a.m.
john.levon@sun.com wrote:
Install schemas into correct location for Solaris
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -141,6 +141,10 @@ if test -n "$UDEVSETTLE"; then AC_DEFINE_UNQUOTED([UDEVSETTLE],["$UDEVSETTLE"], [Location or name of the udevsettle program]) fi + +SCHEMA_DIR=${pkgdatadir}/schemas +test `uname -s` = SunOS && SCHEMA_DIR=${datadir}/lib/xml/rng/libvirt
ACK, but please drop the curly braces on the two lines above. They just add unnecessary syntax.