mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add missed .1 extension for manpage [skip ci]
This commit is contained in:
parent
cbf2a924dd
commit
7da18bc85a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ install_man(join_paths(zstd_rootdir, 'programs/zstd.1'),
|
|||
|
||||
InstallSymlink_py = '../InstallSymlink.py'
|
||||
zstd_man1_dir = join_paths(zstd_mandir, 'man1')
|
||||
man1_EXT = host_machine_os != os_windows ? '.1.gz' : ''
|
||||
man1_EXT = host_machine_os != os_windows ? '.1.gz' : '.1'
|
||||
|
||||
foreach f : ['zstdcat', 'unzstd']
|
||||
meson.add_install_script(InstallSymlink_py, 'zstd', f, zstd_bindir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue