diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:25:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:42:16 +0000 |
commit | f75495c7396541e8566b7ff75ddc2f05b1eb9364 (patch) | |
tree | fe087e57789d85b59c5ace0c5c22765a124f7be7 | |
parent | Including ackl/tests in build-workaround. (diff) | |
download | netdata-f75495c7396541e8566b7ff75ddc2f05b1eb9364.tar.xz netdata-f75495c7396541e8566b7ff75ddc2f05b1eb9364.zip |
Updating path when moving mongodb plugin into plugin package.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2c979de6b..00530e465 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ endif # Moving architecture independent plugins mkdir -p $(TOP)-plugins-python/usr/lib/netdata/conf.d/health.d mv debian/tmp/usr/lib/netdata/conf.d/health.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d/health.d - mv debian/tmp/usr/lib/netdata/conf.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d + mv debian/tmp/usr/lib/netdata/conf.d/python.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d override_dh_install-arch: find debian/tmp -name .keep -delete |