diff --git a/extra/opendoas/build b/extra/opendoas/build index ca6b1b57..b633f7ae 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -1,8 +1,7 @@ #!/bin/sh -e -sed '/chown/d' GNUmakefile > _ -mv -f _ GNUmakefile - +BINOWN="$(id -u)" \ +BINGRP="$(id -g)" \ ./configure \ --prefix=/usr \ --enable-static \