mirror of https://gitee.com/bigwinds/arangodb
added install-data-local
This commit is contained in:
parent
0ab9360863
commit
5d7a401c6f
|
@ -20,6 +20,9 @@ nobase_pkgdata_DATA = \
|
||||||
$(shell find @srcdir@/html -name "*.js" -print) \
|
$(shell find @srcdir@/html -name "*.js" -print) \
|
||||||
$(shell find @srcdir@/html -name "*.png" -print)
|
$(shell find @srcdir@/html -name "*.png" -print)
|
||||||
|
|
||||||
|
install-data-local:
|
||||||
|
test -d @localstatedir@/lib/avocado || mkdir -p @localstatedir@/lib/avocado
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## avocado
|
## avocado
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
2
build.h
2
build.h
|
@ -1 +1 @@
|
||||||
#define TRIAGENS_VERSION "0.0.8 [1325:1329M]"
|
#define TRIAGENS_VERSION "0.0.8 [exported]"
|
||||||
|
|
|
@ -13,7 +13,6 @@ if test -d ${DIR}/.svn; then
|
||||||
revision=`(cd $DIR && svnversion)`
|
revision=`(cd $DIR && svnversion)`
|
||||||
else
|
else
|
||||||
if test ! -f "$INFO"; then
|
if test ! -f "$INFO"; then
|
||||||
echo "INFO: cannot open info file $INFO, using exported"
|
|
||||||
revision="exported"
|
revision="exported"
|
||||||
else
|
else
|
||||||
revision=`grep 'Revision:' $INFO | awk '{print $2}'`
|
revision=`grep 'Revision:' $INFO | awk '{print $2}'`
|
||||||
|
|
Loading…
Reference in New Issue