From 2e01e24029a07916648923f4d4ef269f379c66eb Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 28 Jul 2019 23:09:48 -0500 Subject: [PATCH] Spell generate correct this time --- gitea.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.spec b/gitea.spec index 73d67cb..4fc8cec 100644 --- a/gitea.spec +++ b/gitea.spec @@ -69,7 +69,7 @@ export GOOS # Using -v to display what is happening # # go build -a -v -tags 'bindata pam sqlite sqlite_unlock_notify' -TAGS='bindata pam sqlite sqlite_unlock_notify' make genrate build +TAGS='bindata pam sqlite sqlite_unlock_notify' make generate build sed -i \ -e 's|^User=.*$|User=gitea|g' \ -e 's|^Group=.*$|Group=gitea|g' \