We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a9736 commit 8982b76Copy full SHA for 8982b76
nix/shared.nix
@@ -378,7 +378,7 @@ let
378
releaseName=${name}
379
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/bin" -D $src/bin/*
380
${pkgs.lib.optionalString (manDir != null) ''
381
- ${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
382
''}
383
'';
384
};
0 commit comments