Unverified Commit 5d924f3d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

shikane: Fix man page output path (#464529)

parents 3f863506 abe62dc1
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