summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 12:25:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 12:42:16 +0000
commitf75495c7396541e8566b7ff75ddc2f05b1eb9364 (patch)
treefe087e57789d85b59c5ace0c5c22765a124f7be7
parentIncluding ackl/tests in build-workaround. (diff)
downloadnetdata-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-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2c979de6..00530e46 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