sftpgo: fix make_dirs ownership/mode order

This commit is contained in:
classabbyamp 2023-03-24 04:41:19 -04:00
parent 467d0e79b8
commit 161c412366
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sftpgo'
pkgname=sftpgo
version=2.3.5
revision=1
revision=2
build_style=go
go_import_path=github.com/drakkan/sftpgo/v2
short_desc="Fully featured and highly configurable SFTP server"
@ -10,7 +10,7 @@ license="AGPL-3.0-only"
homepage="https://github.com/drakkan/sftpgo"
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
checksum=b5844ccbea92e458c9b132fcbcaa5976baa9cf2a9d864f9efc06c143886b4b13
make_dirs="/var/lib/sftpgo root root 0750"
make_dirs="/var/lib/sftpgo 0750 root root"
post_install() {
vmkdir usr/share/sftpgo