mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
opendoas: remove usage of install
This commit is contained in:
parent
c924bdda43
commit
35437dcab4
@ -12,4 +12,6 @@ sed -i '/chown/d' GNUmakefile
|
|||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user