This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
seafile-server: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
154d2482e1
commit
6f00afc97b
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/seafile-server/Makefile
+2
-1
net/seafile-server/files/seafile-server.init
+ 1
- 1
net/seafile-server/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
seafile-server
PKG_VERSION
:=
7.1.5
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://codeload.github.com/haiwen/seafile-server/tar.gz/v
$(
PKG_VERSION
)
-server?
+ 2
- 1
net/seafile-server/files/seafile-server.init
View File
@ -2,7 +2,8 @@
START=99
STOP=01
EXTRA_COMMANDS="generate_uci_conf"
extra_command "generate_uci_conf" "Generate uci config"
TOPDIR=/usr/share/seafile
INSTALLPATH=$TOPDIR/seafile-server
Write
Preview
Loading…
Cancel
Save