File Makefile_path.patch of Package git-lfs
Index: git-lfs-2.5.2/Makefile
===================================================================
--- git-lfs-2.5.2.orig/Makefile
+++ git-lfs-2.5.2/Makefile
@@ -149,7 +149,7 @@ mangen : commands/mancontent_gen.go
# 'commands' of Git LFS. It depends upon the contents of the 'docs' directory
# and converts those manpages into code.
commands/mancontent_gen.go : $(wildcard docs/man/*.ronn)
- $(GO) generate github.com/git-lfs/git-lfs/commands
+ $(GO) generate ./commands
# Targets 'all' and 'build' build binaries of Git LFS for the above release
# matrix.