shikane: Install all man pages in ./build/man/

This commit is contained in:
Hendrik Wolff
2025-11-29 00:52:15 +01:00
parent abe62dc187
commit 569ca5d779
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
'';
postInstall = ''
installManPage ./build/man/shikane.*
installManPage ./build/man/*
'';
# upstream has no tests