opendoas: simplify build

This commit is contained in:
Dylan Araps 2021-07-27 18:14:24 +03:00
parent 52045d6a0d
commit ea6901ff74
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh -e
sed '/chown/d' GNUmakefile > _
mv -f _ GNUmakefile
BINOWN="$(id -u)" \
BINGRP="$(id -g)" \
./configure \
--prefix=/usr \
--enable-static \