goPackages.git-lfs: remove man and script
Afterdc3ec30these 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:
@@ -776,6 +776,10 @@ let
|
|||||||
go generate ./commands
|
go generate ./commands
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm -v $bin/bin/{man,script}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
glide = buildFromGitHub {
|
glide = buildFromGitHub {
|
||||||
|
|||||||
Reference in New Issue
Block a user