X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=main%2FMakefile.am;h=0ed4d7176f7f43d3d20306209dbeaf00f1a87dfe;hb=8e8c24e32fa4d314fcc3754226ab04c5799a5148;hp=e46eda2a168d14e17b3692df5af78c964d0426e3;hpb=616a5604e54055e71ee93209daa30bd4bfdbd849;p=vuplus_dvbapp diff --git a/main/Makefile.am b/main/Makefile.am index e46eda2..0ed4d71 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -60,9 +60,9 @@ if HAVE_FAKE_GIT_DIR ENIGMA2_DATE = `cat $(GIT_DIR)/last_commit_info | grep 'Date:' | cut -d' ' -f4` ENIGMA2_BRANCH = `cat $(GIT_DIR)/branch` else -ENIGMA2_DATE = `$(GIT) log --no-color -n 1 --format=format:%cd --date=short` +ENIGMA2_DATE = `$(GIT) log --no-color -n 1 --pretty=format:%cd --date=short` ENIGMA2_BRANCH = `$(GIT) branch --no-color 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'` -ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --dirty --long --tags` +ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --long --tags` endif BUILT_SOURCES = version-intermediate.h