diff options
author | Jeremie Deray | 2020-11-30 13:49:11 -0500 |
---|---|---|
committer | GitHub | 2020-11-30 13:49:11 -0500 |
commit | 870fd533202ee7f480e0ddc5bf48abb8e913d369 (patch) | |
tree | fdd78aab6b6182c7a82a4ec72ecece9a3bd79f00 /snap | |
parent | 21cf205dc770d637a9ba636644cf8bf690cc100d (diff) |
set git-core paths in snap (#13711)
Signed-off-by: artivis <deray.jeremie@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dd2d98a39..7914cee2c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -19,6 +19,8 @@ architectures: environment: GITEA_CUSTOM: "$SNAP_COMMON" GITEA_WORK_DIR: "$SNAP_DATA" + GIT_TEMPLATE_DIR: "$SNAP/usr/share/git-core/templates" + GIT_EXEC_PATH: "$SNAP/usr/lib/git-core" apps: gitea: |