Skip to content

Commit 8982b76

Browse files
authored
Move manpage to share/man/man1 in Linux tarball (#2550)
1 parent f4a9736 commit 8982b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/shared.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ let
378378
releaseName=${name}
379379
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/bin" -D $src/bin/*
380380
${pkgs.lib.optionalString (manDir != null) ''
381-
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/share/man" -D ${manDir}/*
381+
${pkgsStaticLinux.coreutils}/bin/install --target-directory "$TMPDIR/inst/share/man/man1" -D ${manDir}/*.1
382382
''}
383383
'';
384384
};

0 commit comments

Comments
 (0)