u9fs: fix man page location
By convention man pages need to located at `share/man/man$section/$name.$section`.
This commit is contained in:
parent
b4c2ffaffa
commit
168bdc3c7d
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/share/man4
|
||||
cp u9fs.man $out/share/man4
|
||||
mkdir -p $out/bin $out/share/man/man4
|
||||
cp u9fs.man $out/share/man/man4/u9fs.4
|
||||
cp u9fs $out/bin
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user