Description: Disable INSTALL_OPTS Author: Markus Frosch Last-Update: 2014-10-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/configure.ac +++ b/configure.ac @@ -491,7 +491,7 @@ AC_SUBST(nagios_user) AC_SUBST(nagios_grp) -INSTALL_OPTS="-o $nagios_user -g $nagios_grp" +INSTALL_OPTS="" AC_SUBST(INSTALL_OPTS) #