For some reason $pkgdatadir isn't being set in chris' tree. Signed-off-by: Ian Main <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index 9076b2d..9598925 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_LANG([C++]) AC_ARG_ENABLE(local, [ --enable-local Set this flag if you are planning to run the aggregator without installing it.], - [ DELTACLOUD_INSTALL_DIR=`pwd`/src ], [ DELTACLOUD_INSTALL_DIR=$pkgdatadir ]) + [ DELTACLOUD_INSTALL_DIR=`pwd`/src ], [ DELTACLOUD_INSTALL_DIR=$datadir/deltacloud-aggregator ]) AC_SUBST(DELTACLOUD_INSTALL_DIR) dnl -- 1.7.2.3 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
