gogs: fix absolute paths in INSTALL/REMOVE

This commit is contained in:
Michael Gehring 2017-07-13 09:05:37 +00:00
parent 1e7b00dbd8
commit a1548f1dc5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"