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