add mix_install_opts

This commit is contained in:
geos_one 2025-08-06 19:40:25 +02:00
parent 6c4c05f320
commit 4594d23157
2 changed files with 13 additions and 0 deletions

12
debian/patches/mix_install_opts vendored Normal file
View File

@ -0,0 +1,12 @@
diff -uNr pnp4nagios.orig/scripts/Makefile.in pnp4nagios/scripts/Makefile.in
--- pnp4nagios.orig/scripts/Makefile.in 2025-08-06 19:38:34.172451132 +0200
+++ pnp4nagios/scripts/Makefile.in 2025-08-06 19:38:48.052301040 +0200
@@ -22,7 +22,7 @@
HTTP_GRP=@HTTP_GROUP@
NAGIOS_USER=@nagios_user@
NAGIOS_GRP=@nagios_group@
-MIX_OPTS=-o ${NAGIOS_USER} -g ${HTTP_GRP}
+MIX_OPTS=
CP=@CP@

View File

@ -4,5 +4,6 @@ adjust-template-path
config_instances config_instances
install_opts install_opts
http_install_opts http_install_opts
mix_install_opts
hardening hardening
pnp-metrics-api pnp-metrics-api