opendoas: remove usage of install

This commit is contained in:
Dylan Araps 2021-07-01 16:32:29 +00:00
parent c924bdda43
commit 35437dcab4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -12,4 +12,6 @@ sed -i '/chown/d' GNUmakefile
make
make DESTDIR="$1" install
install -Dm600 doas.conf "$1/etc/doas.conf"
mkdir -p "$1/etc"
cp -f doas.conf "$1/etc"
chmod 600 "$1/etc/doas.conf"