targetcli-fb: create /etc/target{,/backup} dirs
This commit is contained in:
parent
ee74734075
commit
635342d2fa
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'targetcli-fb'
|
||||
pkgname=targetcli-fb
|
||||
version=2.1.51
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
|
||||
|
@ -12,3 +12,6 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/open-iscsi/targetcli-fb"
|
||||
distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
|
||||
checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
|
||||
make_dirs="
|
||||
/etc/target 0755 root root
|
||||
/etc/target/backup 0755 root root"
|
||||
|
|
Loading…
Reference in a new issue