Skip to content

Commit

Permalink
Move manpage to share/man/man1 in Linux tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
kukimik committed Nov 23, 2023
1 parent 53585c9 commit 0be42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ let
releaseName=${name}
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/bin" -D $src/bin/*
${pkgs.lib.optionalString (manDir != null) ''
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/share/man" -D ${manDir}/*
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/share/man/man1" -D ${manDir}/*.1
''}
'';
};
Expand Down

0 comments on commit 0be42ff

Please sign in to comment.