summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2015-05-20 16:47:48 +0200
committerMassimiliano Torromeo2015-05-20 16:47:48 +0200
commitcf56967f28537eb5fd734801fd3eb91788ccc831 (patch)
tree737f43258555e88d6bd0e757677c5a05728c5b18
parented1db9765593341264009fd00ec6064d204f7b2f (diff)
downloadaur-cf56967f28537eb5fd734801fd3eb91788ccc831.tar.gz
Fixed monitoring plugins path
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c87e83590ba..8bc4ea8bdceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=percona-nagios-plugins
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Enterprise-grade MySQL monitoring plugins for nagios"
arch=("any")
url="http://www.percona.com/software/percona-monitoring-plugins/"
@@ -14,7 +14,7 @@ package() {
cd "$srcdir/percona-monitoring-plugins-$pkgver/nagios/bin"
for plugin in *; do
- install -Dm0755 "$plugin" "$pkgdir/usr/share/nagios/libexec/$plugin"
+ install -Dm0755 "$plugin" "$pkgdir/usr/lib/monitoring-plugins/$plugin"
done
}