shikane: Install all man pages in ./build/man/ (#466108)

This commit is contained in:
Aleksana
2025-11-29 10:43:56 +00:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
'';
postInstall = ''
installManPage ./build/man/shikane.*
installManPage ./build/man/*
'';
# upstream has no tests