goPackages.git-lfs: remove man
and script
Afterdc3ec30
these are back in $PATH where they don't belong. Just remove them ‘for now’. (`postInstall` seems to have been modified in the gap between741bf84
, where those files were simply removed, and 6602f49.)
This commit is contained in:
parent
504ca69cd4
commit
a8abf054ee
1 changed files with 4 additions and 0 deletions
|
@ -776,6 +776,10 @@ let
|
||||||
go generate ./commands
|
go generate ./commands
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm -v $bin/bin/{man,script}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
glide = buildFromGitHub {
|
glide = buildFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue