[patch] change $libdir/dbus-1.0/services to $datadir/dbus-1.0/services

Havoc Pennington hp at redhat.com
Wed Sep 22 22:33:38 UTC 2004


On Wed, 2004-09-22 at 15:31 -0400, John (J5) Palmieri wrote:
> +DBUSDATADIR_TMP="$datadir/dbus-1.0"

Should be "1" rather than "1.0" I think, since this is an ABI version
not a release version. I know it was 1.0 in the existing code. ;-)

> +EXPANDED_DBUSDATADIR=`eval echo $DBUSDATADIR_TMP`
> +AC_SUBST(EXPANDED_DBUSDATADIR)
> +
>  ## put prefix and exec_prefix back
>  prefix=$old_prefix
>  exec_prefix=$old_exec_prefix
> @@ -1168,6 +1172,7 @@
>          bindir:                   ${EXPANDED_BINDIR}
>          sysconfdir:               ${EXPANDED_SYSCONFDIR}
>          localstatedir:            ${EXPANDED_LOCALSTATEDIR}
> +       dbusdatadir:              ${EXPANDED_DBUSDATADIR}

Maybe you want to just do datadir: ${EXPANDED_DATADIR} rather than 
DBUSDATADIR, and then put the dbus-1 in the conf file template, since
that's how the other ones seem to be done.

Havoc




More information about the dbus mailing list