Skip to content
Snippets Groups Projects
Commit 1a3cb860 authored by Aleš Mrázek's avatar Aleš Mrázek
Browse files

scripts/poe-tasks/configure: add user and group

parent 3bcb08e6
Tags
1 merge request!1595datamodel: file permission checks
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment