]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
scripts/poe-tasks/configure: add user and group
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 20 Aug 2024 10:04:19 +0000 (12:04 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 2 Sep 2024 15:01:59 +0000 (17:01 +0200)
scripts/poe-tasks/configure

index d205a6dec2067000d274033c2a39d2f13a46166c..ea2bdeb3e4d1e9940fc2d7c684464206e87acf32 100755 (executable)
@@ -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