diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-22 16:42:33 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-22 16:42:33 +0100 |
| commit | ed472ea627a958bc8dfb375ca03329624f1aed9c (patch) | |
| tree | decb7e10018dcf2ea20aead4103a76f955fff574 /main/Makefile.am | |
| parent | 2ceccc542a22be4cfe8aeca99bd8814b705f4df5 (diff) | |
| download | enigma2-ed472ea627a958bc8dfb375ca03329624f1aed9c.tar.gz enigma2-ed472ea627a958bc8dfb375ca03329624f1aed9c.zip | |
main/Makefile.am: don't pass --dirty to Git to support older versions
Diffstat (limited to 'main/Makefile.am')
| -rw-r--r-- | main/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am index 0ad1ae9b..0ed4d717 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -62,7 +62,7 @@ ENIGMA2_BRANCH = `cat $(GIT_DIR)/branch` else 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 |
