2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/opendoas/build

15 lines
219 B
Plaintext
Raw Normal View History

2020-01-30 13:49:33 +00:00
#!/bin/sh -e
2020-11-15 04:25:28 +00:00
sed -i '/chown/d' GNUmakefile
2020-01-30 13:49:33 +00:00
./configure \
--enable-static \
--with-shadow \
--with-timestamp \
--without-pam
make
make DESTDIR="$1" install
2020-04-28 05:31:25 +00:00
install -Dm600 doas.conf "$1/etc/doas.conf"