1
0
Fork 0

added install-data-local

This commit is contained in:
Frank Celler 2012-02-08 14:30:21 +01:00
parent 0ab9360863
commit 5d7a401c6f
3 changed files with 4 additions and 2 deletions

View File

@ -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
################################################################################

View File

@ -1 +1 @@
#define TRIAGENS_VERSION "0.0.8 [1325:1329M]"
#define TRIAGENS_VERSION "0.0.8 [exported]"

View File

@ -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}'`