From 5d154adcdd7f13e62530bd453241d994e0be0772 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 4 Feb 2020 09:55:46 +0300 Subject: opendoas: add new package at 6.6.1 to extra --- extra/opendoas/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 extra/opendoas/build (limited to 'extra/opendoas/build') diff --git a/extra/opendoas/build b/extra/opendoas/build new file mode 100755 index 00000000..d660c7e3 --- /dev/null +++ b/extra/opendoas/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +# shellcheck disable=SC2016 +sed -i '/chown ${BINOWN}:${BINGRP}/d' bsd.prog.mk + +./configure \ + --enable-static \ + --without-pam + +make +make DESTDIR="$1" install + +install -D doas.conf "$1/etc/doas.conf" -- cgit v1.2.3