X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/aabc70f74b8c334510774ecd508699c418f48a56..7c2dea03674b54aa43d17a93e6e550f03759c95f:/Makefile diff --git a/Makefile b/Makefile index 2dae3ac..3bdc218 100644 --- a/Makefile +++ b/Makefile @@ -168,4 +168,4 @@ clean-doc: rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo get-git: - curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git + curl $(GIT_URL) | tar -xjf - && rm -rf git && mv git-$(GIT_VER) git