aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/nagios-plugins/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nagios-plugins/APKBUILD b/main/nagios-plugins/APKBUILD
index f64d6c7cb3..10f9e04360 100644
--- a/main/nagios-plugins/APKBUILD
+++ b/main/nagios-plugins/APKBUILD
@@ -76,7 +76,7 @@ package() {
make DESTDIR="$pkgdir" install || return 1
# Remove plugins that are useless or doesn't work on Alpine.
- local name; for name in apt flexlm game oracle; do
+ local name; for name in apt flexlm oracle; do
rm "$pkgdir/$_plugins_dir"/check_$name
done