aboutsummaryrefslogtreecommitdiff
path: root/utils/collectd/patches/200-fix-git-describe-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'utils/collectd/patches/200-fix-git-describe-error.patch')
-rw-r--r--utils/collectd/patches/200-fix-git-describe-error.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/collectd/patches/200-fix-git-describe-error.patch b/utils/collectd/patches/200-fix-git-describe-error.patch
index d9f1311a5..8f570cb48 100644
--- a/utils/collectd/patches/200-fix-git-describe-error.patch
+++ b/utils/collectd/patches/200-fix-git-describe-error.patch
@@ -2,7 +2,7 @@
+++ b/version-gen.sh
@@ -2,7 +2,7 @@
- DEFAULT_VERSION="5.5.1.git"
+ DEFAULT_VERSION="5.5.2.git"
-VERSION="`git describe 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"
+#VERSION="`git describe 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"