repo/extra/opendoas/build
2020-04-28 08:31:25 +03:00

15 lines
219 B
Bash
Executable File

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