radicale: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
7184a471ef
commit
154d2482e1
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=radicale
|
PKG_NAME:=radicale
|
||||||
PKG_VERSION:=1.1.6
|
PKG_VERSION:=1.1.6
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PYPI_NAME:=Radicale
|
PYPI_NAME:=Radicale
|
||||||
PKG_HASH:=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
|
PKG_HASH:=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
START=80
|
START=80
|
||||||
STOP=10
|
STOP=10
|
||||||
|
|
||||||
EXTRA_COMMANDS="export_storage"
|
extra_command "export_storage" "<PATH>
|
||||||
EXTRA_HELP=" export_storage <PATH>
|
|
||||||
- export the storage into the specified folder
|
- export the storage into the specified folder
|
||||||
- <PATH> can be directly used with the default storage backend of Radicale 2.x.x."
|
- <PATH> can be directly used with the default storage backend of Radicale 2.x.x."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue