Commit abe62dc1 authored by Hendrik Wolff's avatar Hendrik Wolff
Browse files

shikane: Fix man page output path

parent ce125d72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
  '';

  postInstall = ''
    installManPage ./build/shikane.*
    installManPage ./build/man/shikane.*
  '';

  # upstream has no tests