From 6c4c05f32031edcd27fcf0474362f9a3691f7d2a Mon Sep 17 00:00:00 2001 From: geos_one Date: Wed, 6 Aug 2025 19:35:19 +0200 Subject: [PATCH] add http install opts --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc2ed3a..015c49f 100755 --- a/configure.ac +++ b/configure.ac @@ -683,7 +683,7 @@ fi AC_SUBST(HTTP_USER) AC_SUBST(HTTP_GROUP) -HTTP_INSTALL_OPTS="" +HTTP_INSTALL_OPTS="-o $HTTP_USER -g $HTTP_GROUP" AC_SUBST(HTTP_INSTALL_OPTS) dnl override the http server config directory, if requested