From a1548f1dc5369ec4218c57f192a1bb52dca6b1db Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 13 Jul 2017 09:05:37 +0000 Subject: [PATCH] gogs: fix absolute paths in INSTALL/REMOVE --- srcpkgs/gogs/INSTALL | 2 +- srcpkgs/gogs/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gogs/INSTALL b/srcpkgs/gogs/INSTALL index 52d1de6c7b4..2e0098a082b 100644 --- a/srcpkgs/gogs/INSTALL +++ b/srcpkgs/gogs/INSTALL @@ -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 diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template index 86bd54b681a..946e6213629 100644 --- a/srcpkgs/gogs/template +++ b/srcpkgs/gogs/template @@ -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"