From ea6901ff7450e7a6cda7c07dffeed74da967a24b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 27 Jul 2021 18:14:24 +0300 Subject: [PATCH] opendoas: simplify build --- extra/opendoas/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 \