2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/opendoas/build
2020-11-15 19:45:50 +02:00

16 lines
239 B
Bash
Executable File

#!/bin/sh -e
sed -i '/chown/d' GNUmakefile
./configure \
--prefix=/usr \
--enable-static \
--with-shadow \
--with-timestamp \
--without-pam
make
make DESTDIR="$1" install
install -Dm600 doas.conf "$1/etc/doas.conf"