aboutsummaryrefslogtreecommitdiff
path: root/extra/opendoas
diff options
context:
space:
mode:
Diffstat (limited to 'extra/opendoas')
-rwxr-xr-xextra/opendoas/build3
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 \