From 1e48bf2d4c27d658e5141f44300ed1979a7c4182 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 17:20:48 +0300 Subject: opendoas: POSIX sed --- extra/opendoas/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/opendoas') 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 \ -- cgit v1.2.3