Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 7ce3b80

Browse files
ioraffdylanaraps
authored andcommitted
opendoas: fix checksums, build (#226)
1 parent 19c75e2 commit 7ce3b80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

community/opendoas/build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh -e
22

3+
printf "/chown \${BINOWN}:\${BINGRP}/d\nw\nq" | ed bsd.prog.mk >/dev/null
4+
printf "/BINMODE/s/111/755\nw\nq" | ed Makefile >/dev/null
5+
36
./configure \
47
--enable-static \
58
--without-pam

community/opendoas/checksums

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8 v6.6.tar.gz
2-
64de7776acc747c590f21b542e068504fdbc88def4d652577c6ecd7d07451e57 files/doas.conf
2+
64de7776acc747c590f21b542e068504fdbc88def4d652577c6ecd7d07451e57 doas.conf

0 commit comments

Comments
 (0)