mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
collectd: import from packages, add myself as maintainer
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
11
utils/collectd/patches/200-fix-git-describe-error.patch
Normal file
11
utils/collectd/patches/200-fix-git-describe-error.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/version-gen.sh
|
||||
+++ b/version-gen.sh
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
DEFAULT_VERSION="4.10.8.git"
|
||||
|
||||
-VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"
|
||||
+#VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"
|
||||
|
||||
if test -z "$VERSION"; then
|
||||
VERSION="$DEFAULT_VERSION"
|
||||
Reference in New Issue
Block a user