NetAuth-sftpgo-hook: Fix install

This commit is contained in:
Michael Aldridge 2022-02-24 22:08:34 -06:00
parent e97b9cf50d
commit b7a8cd9f12

View file

@ -16,5 +16,5 @@ checksum=8ec42f159d6b84fbc19cbc76f695de324384092c80d96e6a876c14da6aca110f
do_install() {
vlicense LICENSE
vinstall sftpgo-hook usr/libexec/sftpgo/netauth-hook
vinstall $GOPATH/bin/sftpgo-hook 0750 usr/libexec/sftpgo netauth-hook
}