Skip to content

Commit

Permalink
snap: Add git to snap package for GitInfo
Browse files Browse the repository at this point in the history
Add git into the staged packages, so that the git binary is available
and hugo --enableGitInfo works for users of the snap package.

Fixes #3896
  • Loading branch information
ghalse authored and bep committed Sep 25, 2017
1 parent 404e299 commit a3a3f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ parts:
- git
- make
stage-packages:
- git
- python-pygments
prepare: |
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
Expand Down

0 comments on commit a3a3f5b

Please sign in to comment.