Commit 569ca5d7 authored by Hendrik Wolff's avatar Hendrik Wolff
Browse files

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

parent 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/man/shikane.*
    installManPage ./build/man/*
  '';

  # upstream has no tests