diff options
-rwxr-xr-x | extra/opendoas/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build index d660c7e3..5a317865 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -1,7 +1,8 @@ #!/bin/sh -e # shellcheck disable=SC2016 -sed -i '/chown ${BINOWN}:${BINGRP}/d' bsd.prog.mk +sed '/chown ${BINOWN}:${BINGRP}/d' bsd.prog.mk > _ +cat _ > bsd.prog.mk; rm -f _ ./configure \ --enable-static \ |