shikane: Fix man page output path

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