From: Aleš Mrázek Date: Tue, 20 Aug 2024 10:04:19 +0000 (+0200) Subject: scripts/poe-tasks/configure: add user and group X-Git-Tag: v6.0.9~23^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3cb860afefa790e5842e5c7936d0730db3e362;p=thirdparty%2Fknot-resolver.git scripts/poe-tasks/configure: add user and group --- diff --git a/scripts/poe-tasks/configure b/scripts/poe-tasks/configure index d205a6dec..ea2bdeb3e 100755 --- a/scripts/poe-tasks/configure +++ b/scripts/poe-tasks/configure @@ -8,6 +8,6 @@ reconfigure='' if [ -f .build_kresd/ninja.build ]; then reconfigure='--reconfigure' fi -meson setup .build_kresd "$reconfigure" --prefix=$(realpath .install_kresd) "$@" +meson setup .build_kresd "$reconfigure" --prefix=$(realpath .install_kresd) -Duser=$USER -Dgroup=$(id -gn) "$@" build_kresd