gogs: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
1e7b00dbd8
commit
a1548f1dc5
@ -3,7 +3,7 @@
|
|||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" = "no" ]; then
|
if [ "$UPDATE" = "no" ]; then
|
||||||
chown gogs:gogs /etc/gogs.ini
|
chown gogs:gogs etc/gogs.ini
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'gogs'
|
# Template build file for 'gogs'
|
||||||
pkgname=gogs
|
pkgname=gogs
|
||||||
version=0.9.113
|
version=0.9.113
|
||||||
revision=5
|
revision=6
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gogits/gogs"
|
go_import_path="github.com/gogits/gogs"
|
||||||
short_desc="Self-hosted Git Service in Go"
|
short_desc="Self-hosted Git Service in Go"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user