git-lfs: fix manpage install

This commit is contained in:
Mario Rodas 2020-05-02 11:24:15 -05:00
parent 82a0539d1d
commit 06bed53569
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -24,7 +24,7 @@ buildGoPackage rec {
'';
postInstall = ''
installManPage man/*.1 man/*.5
installManPage go/src/${goPackagePath}/man/*.{1,5}
'';
meta = with stdenv.lib; {