diff options
Diffstat (limited to 'extra/opendoas/build')
-rwxr-xr-x | extra/opendoas/build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build deleted file mode 100755 index 93fe3a6a..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. -clsed /chown/d GNUmakefile - -make -make DESTDIR="$1" install - -clinst -Dm640 doas.conf "$1/etc/doas.conf" |