diff --git a/Makefile.am b/Makefile.am index 368768fd94..f9d4b36eb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ nobase_pkgdata_DATA = \ $(shell find @srcdir@/html -name "*.js" -print) \ $(shell find @srcdir@/html -name "*.png" -print) +install-data-local: + test -d @localstatedir@/lib/avocado || mkdir -p @localstatedir@/lib/avocado + ################################################################################ ## avocado ################################################################################ diff --git a/build.h b/build.h index 46cccdd7b2..7feb92aa2c 100644 --- a/build.h +++ b/build.h @@ -1 +1 @@ -#define TRIAGENS_VERSION "0.0.8 [1325:1329M]" +#define TRIAGENS_VERSION "0.0.8 [exported]" diff --git a/config/build_header.sh b/config/build_header.sh index c7e4255bbe..593255b351 100755 --- a/config/build_header.sh +++ b/config/build_header.sh @@ -13,7 +13,6 @@ if test -d ${DIR}/.svn; then revision=`(cd $DIR && svnversion)` else if test ! -f "$INFO"; then - echo "INFO: cannot open info file $INFO, using exported" revision="exported" else revision=`grep 'Revision:' $INFO | awk '{print $2}'`