Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix default WorkDir (go-gitea/gitea#8552)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@516614 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
ArchangeGabriel authored and svntogit committed Oct 17, 2019
1 parent a6ccb31 commit 1336da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=gitea
pkgver=1.9.4
pkgrel=1
pkgrel=2
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64)
url="https://gitea.io"
Expand Down Expand Up @@ -49,7 +49,7 @@ build() {
cd ${pkgname}
make generate
EXTRA_GOFLAGS="-gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}" \
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\""
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\" -X \"code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/\""
make GOFLAGS="-v" TAGS="bindata sqlite pam" build
}

Expand Down

0 comments on commit 1336da9

Please sign in to comment.