mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
lsof: fix man page
This commit is contained in:
parent
afbb73ee71
commit
956546e20b
@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
# Fix references from man page https://github.com/lsof-org/lsof/issues/66
|
||||
substituteInPlace Lsof.8 \
|
||||
--replace ".so ./00DIALECTS" "" \
|
||||
--replace ".so ./version" ".ds VN ${version}"
|
||||
mkdir -p $out/bin $out/man/man8
|
||||
cp Lsof.8 $out/man/man8/lsof.8
|
||||
cp lsof $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user