[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] Install schemas into correct location for Solaris
- From: Jim Meyering <jim meyering net>
- To: john levon sun com
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] Install schemas into correct location for Solaris
- Date: Wed, 28 Jan 2009 11:12:56 +0100
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]