aboutsummaryrefslogtreecommitdiff
path: root/extra/opendoas/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/opendoas/build')
-rwxr-xr-xextra/opendoas/build15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build
deleted file mode 100755
index 31d85d1c..00000000
--- a/extra/opendoas/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-static \
- --with-timestamp \
- --without-pam
-
-# Do not change ownership as the package manager handles this.
-sed -i /chown/d GNUmakefile
-
-make
-make DESTDIR="$1" install
-
-install -Dm640 doas.conf "$1/etc/doas.conf"