forked from kiss-community/repo
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 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