X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/af492114ccf6d5ab72890277ad828cf6d9fa8909..d0cb841:/Makefile?ds=inline 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